jac_targetsAddLineShapeParameter

Workspace.jac_targetsAddLineShapeParameter(self, jac_targets: pyarts3.arts.JacobianTargets | None = None, band: pyarts3.arts.QuantumIdentifier | None = None, line: pyarts3.arts.Index | None = None, species: pyarts3.arts.SpeciesEnum | None = None, parameter: pyarts3.arts.LineShapeModelVariable | None = None, coefficient: pyarts3.arts.LineShapeModelCoefficient | None = None, d: pyarts3.arts.Numeric | None = None) None

Add a line-shape model coefficient to jac_targets.

The target selects a broadening species, line-shape parameter, and temperature model coefficient for one line in an AbsorptionBands band. 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 to self.jac_targets [INOUT]

  • band (QuantumIdentifier) – Band containing the line. [IN]

  • line (Index) – Zero-based line index. [IN]

  • species (SpeciesEnum) – Broadening species. [IN]

  • parameter (LineShapeModelVariable) – Line-shape parameter. [IN]

  • coefficient (LineShapeModelCoefficient) – Temperature-model coefficient. [IN]

  • d (Numeric, optional) – Perturbation used by numerical derivative consumers. Defaults to 0 [IN]