Skip to content

SPICE_DATA::get_spectral_binning

Martin Wiesmann edited this page Aug 27, 2024 · 5 revisions

Source code: SPICE_DATA::get_spectral_binning

Class: SPICE_DATA

Description

This function returns the binning factor in spectral direction. If WINDOW is not provided a vector with binning factors for all windows is returned.

Syntax

binning = spice_object->get_spectral_binning( [window] )

Return value

This function returns either a number or a number array, depending on input.

Arguments

window

The index or name of the window, scalar or a vector.

Clone this wiki locally