Skip to content

SPICE_DATA::get_lambda_vector

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

Source code: SPICE_DATA::get_lambda_vector

Class: SPICE_DATA

Description

Returns a vector containing the coordinates (wavelength) for each pixel in the third dimension, either the actual size of the selected window or the full CCD size.

Syntax

lambda_coords = spice_object->get_lambda_vector( window [, /full_ccd] )

Return Value

Float array, coordinates in nm.

Arguments

window

The index or name of the window.

Keywords

full_ccd

If set, a vector of size CCD-size[1] is returned with coordinate values for the whole detector.

Clone this wiki locally