oemRestoreApriori

Workspace.oemRestoreApriori(self, abs_bands: AbsorptionBands = self.abs_bands, surf_field: SurfaceField = self.surf_field, subsurf_field: SubsurfaceField = self.subsurf_field, atm_field: AtmField = self.atm_field, measurement_sensor: ArrayOfSensorObsel = self.measurement_sensor, oem: OptimalEstimationData = self.oem, jac_targets: JacobianTargets = self.jac_targets) None

Restore retrieved physical quantities from oem.model_state_vec_apriori.

Applies the finalized Jacobian target mappings, including state-coordinate transformations. The OEM data is const: the previous fitted state, Jacobian, results, diagnostics and covariance preparation remain unchanged. No forward calculation is performed. Use this before preparing the next measurement’s retrieval from the same physical prior.

Author: Richard Larsson

Parameters:
  • abs_bands (~pyarts3.arts.AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. Defaults to self.abs_bands. [INOUT]

  • surf_field (~pyarts3.arts.SurfaceField, optional) – The surface field. Defaults to self.surf_field. [INOUT]

  • subsurf_field (~pyarts3.arts.SubsurfaceField, optional) – The sub-surface field. Defaults to self.subsurf_field. [INOUT]

  • atm_field (~pyarts3.arts.AtmField, optional) – An atmospheric field in ARTS, this is the main atmospheric data structure in ARTS. Defaults to self.atm_field. [INOUT]

  • measurement_sensor (~pyarts3.arts.ArrayOfSensorObsel, optional) – A list of sensor elements that fully describe one or more observing sensor(s). Defaults to self.measurement_sensor. [INOUT]

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

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