diff --git a/changelog/63.breaking.2.rst b/changelog/63.breaking.2.rst index f229281..828c039 100644 --- a/changelog/63.breaking.2.rst +++ b/changelog/63.breaking.2.rst @@ -4,3 +4,7 @@ Deprecated the following pfss utils: - pfss.utils.load_adapt These functions are no longer needed and will be removed. + + +`If you want to fix metadata, read this how-to guide. `__ +`If you want to load ADAPT maps, read this example. `__ diff --git a/sunkit_magex/pfss/utils.py b/sunkit_magex/pfss/utils.py index 4f528bc..0e6ccea 100644 --- a/sunkit_magex/pfss/utils.py +++ b/sunkit_magex/pfss/utils.py @@ -81,7 +81,7 @@ def fix_hmi_meta(hmi_map): hmi_map.meta.update(_earth_obs_coord_meta(hmi_map.meta['date-obs'])) -@deprecated('1.0', message="This is not required anymore. An example of how to load an ADAPT file is available in the documentation.") +@deprecated('1.0', message="Use sunpy.map.Map or read https://docs.sunpy.org/en/latest/generated/gallery/saving_and_loading_data/load_adapt_fits_into_map.html") def load_adapt(adapt_path): """ Parse adapt .fts file as a `sunpy.map.MapSequence`