-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::expand_ttypes
Source code: SPICE_DATA::expand_ttypes
Class: SPICE_DATA
This method returns the content of one or more columns found in the binary extension table. The provided TTYPES are expanded, i.e. all instances of a TTYPE are returned, except if the window tag is included in the TTYPE. Or if EXTENSION_INDEX is provided. TTYPES that are not in the binary table are silently ignored. When requesting the data of only one TTYPE, one can set the keyword VALUES_ONLY to receive the data only as an array, instead of the structure.
ttypes = spice_object->expand_ttypes( ttypes_in [, column_indices=column_indices] [, extension=extension] )
Returns a string array, containing the ttypes with possible tags.
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.