Skip to content

SPICE_DATA::get_time_vector

Martin Wiesmann edited this page Aug 28, 2024 · 3 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 )

Return Value

Float array, coordinates in seconds.

Arguments

window

The index or name of the window.

Clone this wiki locally