Radar.find_passes

Radar.find_passes

Radar.find_passes(t, states, cache_data=True)[source]

Finds all passes that are simultaneously inside a transmitter station FOV and a receiver station FOV.

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.

Returns

list of passes indexed by first tx-station and then rx-station.

Return type

list of list of sorts.Pass