Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate unused cal function #66

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions astrodata/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from astropy.table import Table
from astropy.utils.data import download_file

from .utils import deprecated

# Disable pylint import error
# pylint: disable=import-outside-toplevel

Expand Down Expand Up @@ -695,6 +697,7 @@ def download_from_archive(
return local_path


@deprecated("No longer supported. Will be removed in 3.0.0.")
def get_associated_calibrations(filename, nbias=5):
"""Query Gemini Observatory Archive for associated calibrations.

Expand Down
Loading