jacobian_targetsToggleRelativeSubsurfaceTarget
- Workspace.jacobian_targetsToggleRelativeSubsurfaceTarget(self, jacobian_targets: pyarts3.arts.JacobianTargets | None = None, subsurface_field: pyarts3.arts.SubsurfaceField | None = None, key: pyarts3.arts.SubsurfaceKey | 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:
jacobian_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jacobian_targets
, defaults toself.jacobian_targets
[INOUT]subsurface_field (SubsurfaceField, optional) – The sub0surface field describes the sub-surface properties. See
subsurface_field
, defaults toself.subsurface_field
[IN]key (SubsurfaceKey) – Key to toggle. [IN]