time_ordered_satIDs

ssapy.correlate_tracks.time_ordered_satIDs(data, with_time=False, order='forward')[source][source]

Give satIDs in data in order of observation. Optionally includes first times for each ID.

Parameters:
  • data (array_like) – the data to consider

  • with_time (bool) – Option to also output list of corresponding gps times

  • order ('forward' or 'backward') –

Returns:

  • list of satIDs in data, ordered by observation time

  • list of corresponding gps times of first obs per ID