data_for_satellite

ssapy.correlate_tracks.data_for_satellite(data, satIDList)[source][source]

Extract data for specific satID.

This helper routine takes a set of observations containing a column ‘satID’, and returns the subset of those observations for which ‘satID’ is in the list satIDList.

Parameters:
  • data (array_like (n), including column 'satID') – data from which to select matching rows

  • satIDList (list) – list of satIDs to select from data