libera_utils.libera_spice.spice_utils.et_2_timestamp#
- libera_utils.libera_spice.spice_utils.et_2_timestamp(et: float | Collection[float] | ndarray, fmt: str = '%Y%m%dT%H%M%S.%f') str | ndarray#
Convert ephemeris time to a custom formatted timestamp (default is lowercase version of ISO).
- Parameters:
et (float | Collection[float] | numpy.ndarray) – Ephemeris Time to be converted.
fmt (str, Optional) – Format string as defined by the datetime.strftime() function.
- Returns:
Formatted timestamps
- Return type: