SPICE_DATA::expand_ttypes - ITA-Solar/solo-spice-ql GitHub Wiki
Source code: SPICE_DATA::expand_ttypes
Class: SPICE_DATA
Description
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.
Syntax
ttypes = spice_object->expand_ttypes( ttypes_in [, column_indices=column_indices] [, extension=extension] )
Return Value
Returns a string array, containing the ttypes with possible tags.
OPTIONAL INPUTS:
extension
An integer or string, giving the index or name of the extension that the resulting TTYPES must belong to.
OPTIONAL OUTPUTS:
column_indices
An array of long integers, giving the indices of the output ttypes.