Skip to content

SPICE_DATA::get_end_time

Martin Wiesmann edited this page Nov 25, 2022 · 2 revisions

Source code: SPICE_DATA::get_end_time

Class: SPICE_DATA

Description

This method returns the end date and time of observation in UTC format, taken from the header keyword 'DATE-END'. This is an empty string if the keyword does not exist.

Syntax

end_time = spice_object->get_end_time()

Return Value

Returns a string, the end date and time.

Clone this wiki locally