swot_simulator.error.generator.Generator.generate

Generator.generate(cycle_number: int, curvilinear_distance: float, time: numpy.ndarray, x_al: numpy.ndarray, x_ac: numpy.ndarray, swh: numpy.ndarray) → Dict[str, numpy.ndarray][source]

Generate errors

Parameters
  • cycle_number (int) – Cycle number.

  • curvilinear_distance (float) – Curvilinear distance covered by the satellite during a complete cycle.

  • time (numpy.ndarray) – Date of measurements.

  • x_al (numpy.ndarray) – Along track distance.

  • x_ac (numpy.ndarray) – Across track distance.

Returns

Associative array between error variables and simulated values.

Return type

dict