SPICE_DATA::get_bintable_ttypes - ITA-Solar/solo-spice-ql GitHub Wiki

Source code: SPICE_DATA::get_bintable_ttypes

Class: SPICE_DATA

Description

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.

Syntax

ttypes = spice_object->get_bintable_ttypes( [/include_window_tag] [, column_indices=column_indices] [, extension=extension] )

Return Value

Returns a string array, containing the ttypes of all columns in the binary extension table.

Keywords

include_window_tag

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.

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.