oemSetMeasurement
- Workspace.oemSetMeasurement(self, oem: OptimalEstimationData = self.oem, measurement_vec: Vector = self.measurement_vec) None
Replace the observations in
oemby consumingmeasurement_vec.Leaves the source vector empty. A changed size makes oem unchecked; an unchanged size preserves its checked status. Covariances, prior, bases and modeling results are retained. When changing dimensions, update the associated data before calling oem.check() again.
Warning
Automatic size constraints are not checked for this method. Group-invariant checks on read-only inputs still apply.
Author: Richard Larsson
- Parameters:
oem (~pyarts3.arts.OptimalEstimationData, optional) – Numerical problem and results for
oemCalc()andoemCalcReduced(). Defaults toself.oem. [INOUT]measurement_vec (~pyarts3.arts.Vector, optional) – The measurement vector for, e.g., a sensor. Defaults to
self.measurement_vec. [INOUT]