load_adapt¶
-
pfsspy.utils.load_adapt(adapt_path)¶ 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- Returns
adaptMapSequence
- Return type