imap_processing.spice.repoint.get_pointing_times_from_id#

imap_processing.spice.repoint.get_pointing_times_from_id(repoint_id: int | str) tuple[float, float]#

Get the start and end MET times for the pointing given a repoint ID.

Parameters:

repoint_id (int) – The repoint ID corresponding to the pointing.

Returns:

  • pointing_start_time (float) – The MET time of the repoint maneuver that ends before the query MET time.

  • pointing_end_time (float) – The MET time of the repoint maneuver that starts after the query MET time.