swot_simulator.orbit_propagator.select_box

swot_simulator.orbit_propagator.select_box(box: swot_simulator.math.Box, lon: numpy.ndarray, lat: numpy.ndarray, time: numpy.ndarray) Tuple[numpy.ndarray, numpy.ndarray, numpy.ndarray, numpy.ndarray][source]

Selects the orbit in the defined box.

Parameters
  • box (math.Box) – Geographical selection

  • lon (numpy.ndarray) – Longitudes (in degrees)

  • lat (numpy.ndarray) – Latitudes (in degrees)

  • time (np.ndarray) – Date of the positions (in seconds).

Returns

the selected positions and associated dates.

Return type

tuple