-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_header
Martin Wiesmann edited this page Aug 28, 2024
·
4 revisions
Source code: SPICE_DATA::get_header
Class: SPICE_DATA
This method returns the header of the given extension, either as a string array or as a structure.
header = spice_object->get_header( extension [, /lower_dumbbell] [, /upper_dumbbell] [, /structure] )
Returns the header as a string array or a structure.
The index or name of the extension for which the header should be returned. This input will be ignored if either LOWER_DUMBBELL or UPPER_DUMBBELL is set.
If set, the header of the lower dumbbell will be returned.
If set, the header of the upper dumbbell will be returned.
If set, the header will be returned as a structure instead of a string array.