find_passes

find_passes

sorts.passes.find_passes(t, states, station, cache_data=True)[source]

Find passes inside the FOV of a radar station given a series of times for a space object.

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.

  • station (sorts.Station) – Radar station that defines the FOV.

Returns

list of passes

Return type

sorts.Pass