imap_processing.spice.repoint.get_pointing_times#

imap_processing.spice.repoint.get_pointing_times(met_time: float) tuple[float, float]#

Get the start and end MET times for the pointing that contains the query MET time.

Parameters:

met_time (float) – The MET time in a 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.