swot_simulator.orbit_propagator.calculate_pass#

swot_simulator.orbit_propagator.calculate_pass(pass_number: int, orbit: Orbit, parameters: Parameters) Optional[Pass][source]#

Get the properties of an half-orbit.

Parameters
  • pass_number (int) – Pass number

  • orbit (Orbit) – Orbit describing the pass to be calculated.

  • parameters (settings.Parameters) – Simulation parameters.

Returns

The properties of the pass or None, if the pas is missing in the selected area.

Return type

Pass, optional