-
Notifications
You must be signed in to change notification settings - Fork 1
SPICE_DATA::get_lambda_vector
Martin Wiesmann edited this page Feb 27, 2025
·
4 revisions
Source code: SPICE_DATA::get_lambda_vector
Class: SPICE_DATA
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.
lambda_coords = spice_object->get_lambda_vector( window [, x=x] [, y=y] [, time=time] [, /full_ccd] )
Float array, coordinates in nm.
The index or name of the window.
The index of the x-coordinate of the pixel, default is the middle of the window
The index of the y-coordinate of the pixel, default is the middle of the window
The index of the time coordinate of the pixel, default is the middle of the window
If set, a vector of size CCD-size[1] is returned with coordinate values for the whole detector. The data is then debinned.