oemInit

Workspace.oemInit(self, jac_targets: JacobianTargets = self.jac_targets, oem: OptimalEstimationData = self.oem) None

Start an empty OEM setup and reset jac_targets.

Initializes oem, including its owned pending covariance blocks. Call before adding retrieval targets with oemAdd methods. Use oemInitFromData() instead when supplying an already constructed numerical problem without resetting targets.

Author: Richard Larsson

Parameters:
  • jac_targets (~pyarts3.arts.JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. Defaults to self.jac_targets. [OUT]

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