jac_targetsToggleLogarithmicSubsurfaceTarget

Workspace.jac_targetsToggleLogarithmicSubsurfaceTarget(self, jac_targets: pyarts3.arts.JacobianTargets | None = None, subsurf_field: pyarts3.arts.SubsurfaceField | None = None, key: pyarts3.arts.SubsurfaceKey | None = None) None

Toggles logarithmic or absolute retrievals.

If the target is in logarithmic mode, it becomes absolute. If the target is not in logarithmic mode, it becomes logarithmic.

Overwrites all other functional toggles.

Author: Richard Larsson

Parameters:
  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [INOUT]

  • subsurf_field (SubsurfaceField, optional) – The sub-surface field. See subsurf_field, defaults to self.subsurf_field [IN]

  • key (SubsurfaceKey) – Key to toggle. [IN]