jac_targetsAddMagneticField
- Workspace.jac_targetsAddMagneticField(self, jac_targets: JacobianTargets = self.jac_targets, component: String, d: Numeric = 0.1) None
Set magnetic field derivative.
See
FieldComponentfor validcomponent.Author: Richard Larsson
- Parameters:
jac_targets (~pyarts3.arts.JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. Defaults to
self.jac_targets. [INOUT]component (String) – The component to use [u, v, w]. [IN]
d (~pyarts3.arts.Numeric, optional) – The perturbation used in methods that cannot compute derivatives analytically. Defaults to
0.1[IN]