swot_simulator.launcher.sum_error#

swot_simulator.launcher.sum_error(errors: Dict[str, ndarray], swath: bool = True) ndarray[source]#

Calculate the sum of errors.

Parameters
  • errors (dict) – Simulated errors.

  • swath (bool, optional) – True if the measurements processed concern the swath.

Returns

The sum of errors

Return type

numpy.ndarray