load_adapt

pfsspy.utils.load_adapt(adapt_path)

Parse adapt .fts file as a sunpy.map.MapSequence

ADAPT 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.MapSequence object containing a sunpy.map.Map instance for each realization.

Parameters

adapt_path (str) – Filepath corresponding to an ADAPT .fts file

Returns

adaptMapSequence

Return type

sunpy.map.MapSequence