Skip to content

SPICE_DATA::get_number_exposures

Martin Wiesmann edited this page Aug 28, 2024 · 3 revisions

Source code: SPICE_DATA::get_number_exposures

Class: SPICE_DATA

Description

Returns the number of exposures in the window, or if window_index is not provided, a vector containing the numbers of exposures for each window

Syntax

n_exp = spice_object->get_number_exposures( [window] )

Return Value

Number or number array.

Arguments

window

Optional. Scalar index or name of a window.

Clone this wiki locally