Skip to content

SPICE_DATA

Martin Wiesmann edited this page Jul 27, 2022 · 21 revisions

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 two ways:

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

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

Methods

Clone this wiki locally