-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_bintable_ttypes
Source code: SPICE_DATA::get_bintable_ttypes
Class: SPICE_DATA
This method returns a list of column names, i.e. TTYPES that can be found in the binary extension table. If EXTENSION_INDEX is given then only TTYPES that are referred to within the header of the corresponding extension are included.
ttypes = spice_object->get_bintable_ttypes( [/include_window_tag] [, column_indices=column_indices] [, extension=extension] )
Returns a string array, containing the ttypes of all columns in the binary extension table.
If set, then the ttypes will have the window tag included (e.g. 'RADCAL[NE VIII 770 (MERGED)]' instead of just 'RADCAL'). This will return one ttype per tag found.
An integer or string, giving the index or name of the extension that the resulting TTYPES must belong to.
An array of long integers, giving the indices of the output ttypes.