meta_keywords#

sunpy.map.header_helper.meta_keywords()[source]#

Deprecated since version 5.0: Unused and will be removed in 6.0

Returns the metadata keywords that are used when creating a sunpy.map.GenericMap.

Examples

Returns a dictionary of all meta keywords that are used in a sunpy.map.GenericMap header:
>>> import sunpy.map
>>> sunpy.map.meta_keywords() 
{'cunit1': 'Units of the coordinate increments along naxis1 e.g. arcsec **required',
 'cunit2': 'Units of the coordinate increments along naxis2 e.g. arcsec **required',
 ...