oemSetApriori

Workspace.oemSetApriori(self, oem: OptimalEstimationData = self.oem, model_state_vec: Vector = self.model_state_vec) None

Replace the prior in oem by consuming model_state_vec.

Use model_state_vecFromData() first to obtain a prior from the physical model, or supply the numerical vector directly. Leaves the source vector empty. A changed size makes oem unchecked; an unchanged size preserves its checked status. Observations, covariances, bases, current state 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() and oemCalcReduced(). Defaults to self.oem. [INOUT]

  • model_state_vec (~pyarts3.arts.Vector, optional) – A state vector of the model. Defaults to self.model_state_vec. [INOUT]