pyinterp.orbit.calculate_pass# pyinterp.orbit.calculate_pass(pass_number, orbit, *, bbox=None)[source]# Get the properties of a swath of an half-orbit. Parameters: pass_number (int) – Pass number orbit (Orbit) – Orbit describing the pass to be calculated. bbox (Box | None) – Bounding box of the pass. Defaults to the whole Earth. Returns: The properties of the pass. Return type: Pass | None