jac_targetsAddLineParameter
- Workspace.jac_targetsAddLineParameter(self, jac_targets: pyarts3.arts.JacobianTargets | None = None, band: pyarts3.arts.QuantumIdentifier | None = None, line: pyarts3.arts.Index | None = None, parameter: pyarts3.arts.LineByLineVariable | None = None, d: pyarts3.arts.Numeric | None = None) None
Add a spectroscopic line parameter to
jac_targets.The target selects one line in an
AbsorptionBandsband and one of its fundamental parameters, such as line center, lower-state energy, or Einstein coefficient. The line index is zero-based.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]band (QuantumIdentifier) – Band containing the line. [IN]
line (Index) – Zero-based line index. [IN]
parameter (LineByLineVariable) – Line parameter. [IN]
d (Numeric, optional) – Perturbation used by numerical derivative consumers. Defaults to
0[IN]