swot_simulator.orbit_propagator.interpolate

swot_simulator.orbit_propagator.interpolate(lon: numpy.ndarray, lat: numpy.ndarray, time: numpy.ndarray) Tuple[source]

Interpolate the given orbit at high resolution (0.5 seconds)

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

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

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

Returns

lon, lat, and time interpolated

Return type

tuple