load_adapt#
- sunkit_magex.pfss.utils.load_adapt(adapt_path)[source]#
Deprecated since version 1.0: Use sunpy.map.Map or read https://docs.sunpy.org/en/latest/generated/gallery/saving_and_loading_data/load_adapt_fits_into_map.html
Parse adapt .fts file as a
sunpy.map.MapSequenceADAPT magnetograms contain 12 realizations and their data attribute consists of a 3D data cube where each slice is the data corresponding to a separate realization of the magnetogram. This function loads the raw fits file and parses it to a
sunpy.map.MapSequenceobject containing asunpy.map.Mapinstance for each realization.- Parameters:
adapt_path (
str) – Filepath corresponding to an ADAPT .fts file- Return type: