jac_targetsToggleRelativeSurfaceTarget
- Workspace.jac_targetsToggleRelativeSurfaceTarget(self, jac_targets: pyarts3.arts.JacobianTargets | None = None, surf_field: pyarts3.arts.SurfaceField | None = None, key: pyarts3.arts.SurfaceKey | pyarts3.arts.SurfacePropertyTag | None = None) None
Toggles relative or absolute retrievals.
If the target is in relative mode, it becomes absolute. If the target is not in relative mode, it becomes relative.
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 toself.jac_targets[INOUT]surf_field (SurfaceField, optional) – The surface field. See
surf_field, defaults toself.surf_field[IN]key (SurfaceKey,SurfacePropertyTag) – Key to toggle. [IN]