find_simultaneous_passes

find_simultaneous_passes

sorts.passes.find_simultaneous_passes(t, states, stations, cache_data=True)[source]

Finds all passes that are simultaneously inside a multiple stations FOV’s.

Parameters
  • t (numpy.ndarray) – Vector of times in seconds to use as a base to find passes.

  • states (numpy.ndarray) – ECEF states of the object to find passes for.

  • of sorts.Station stations (list) – Radar stations that defines the FOV’s.

Returns

list of passes

Return type

list of sorts.Pass