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

Source code: SPICE_DATA::get_dumbbells_index

Class: SPICE_DATA

Description

Returns the indices of the windows that contain the dumbbells 2-element vector, or scalar if /lower or /upper is set.

Syntax

dumbbells = spice_object->get_dumbbells_index( [/lower] [, /upper] )

Return Value

2-element vector, or scalar if /lower or /upper is set. Indices of the dumbbell windows.

Keywords

lower

If set, only returns the index of the lower dumbbell.

upper

If set, only returns the index of the upper dumbbell.