spice_data - ITA-Solar/solo-spice-ql GitHub Wiki

SPICE_DATA is an IDL object that is instantiated with a SPICE FITS file. The object includes various methods to get and/or manipulate the data and header keywords from the FITS file. The object can be created in this way:

IDL> obj = spice_data(spice_file)
IDL> obj->help

The second line will print out all available methods of the object.

SPICE_DATA can also be initialised with compressed files (*.fits.gz).

Methods

⚠️ **GitHub.com Fallback** ⚠️