Skip to content

SPICE_DATA::get_time_vector

Martin Wiesmann edited this page Feb 27, 2025 · 4 revisions

Source code: SPICE_DATA::get_time_vector

Class: SPICE_DATA

Description

Returns a vector containing the coordinates (time) for each pixel in the fourth dimension.

Syntax

time_coords = spice_object->get_time_vector( window [, x=x] [, y=y] [, lambda=lambda] )

Return Value

Float array, coordinates in seconds.

Arguments

window

The index or name of the window.

OPTIONAL INPUTS

x

The index of the x-coordinate of the pixel, default is the middle of the window

y

The index of the y-coordinate of the pixel, default is the middle of the window

lambda

The index of the wavelength coordinate of the pixel, default is the middle of the window

Clone this wiki locally