oemMeasurementCovmatConstant

Workspace.oemMeasurementCovmatConstant(self, oem: OptimalEstimationData = self.oem, value: Numeric) None

Sets a constant measurement vector error covariance matrix.

The size is taken from oem.measurement_vec, which must be nonempty. Supply observations with oemSetMeasurement() before calling this method.

Author: Richard Larsson

Parameters:
  • oem (~pyarts3.arts.OptimalEstimationData, optional) – Numerical problem and results for oemCalc() and oemCalcReduced(). Defaults to self.oem. [INOUT]

  • value (Numeric) – The value of the covariance matrix diagonal. [IN]