diff --git a/astrodata/fits.py b/astrodata/fits.py index 344466a..c8a1ef8 100644 --- a/astrodata/fits.py +++ b/astrodata/fits.py @@ -289,10 +289,6 @@ def header_for_table(table): return fits_header -@deprecated( - "The functionality of this function is now covered by the " - "astropy.io.fits.Header class." -) def add_header_to_table(table): """Add a FITS header to a table's metadata. Deprecated. @@ -300,11 +296,6 @@ def add_header_to_table(table): metadata. If a header is already present in the table's metadata, it will ensure it's up to date with the table's columns. - Warning - ------- - This function is deprecated and will be removed in a future version. Its - functionality is covered by Tables. - Arguments --------- table : `astropy.table.Table`