single_propmatAddVoigtLTE

Workspace.single_propmatAddVoigtLTE(self, single_propmat: pyarts3.arts.Propmat | None = None, single_propmat_jac: pyarts3.arts.PropmatVector | None = None, single_dispersion: pyarts3.arts.Numeric | None = None, single_dispersion_jac: pyarts3.arts.Vector | None = None, freq: pyarts3.arts.Numeric | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, abs_bands: pyarts3.arts.AbsorptionBands | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, ray_point: pyarts3.arts.PropagationPathPoint | None = None, no_negative_absorption: pyarts3.arts.Index | None = None) None

Add line-by-line absorption to the propagation matrix.

See Line-by-line Absorption for details.

This is only for LTE lines in Voigt.

Author: Richard Larsson

Parameters:
  • single_propmat (Propmat, optional) – A propagation matrix at a single freq point. See single_propmat, defaults to self.single_propmat [INOUT]

  • single_propmat_jac (PropmatVector, optional) – A propagation matrix Jacobian at a single freq point. See single_propmat_jac, defaults to self.single_propmat_jac [INOUT]

  • single_dispersion (Numeric, optional) – A dispersion at a single freq point. See single_dispersion, defaults to self.single_dispersion [INOUT]

  • single_dispersion_jac (Vector, optional) – A dispersion Jacobian at a single freq point. See single_dispersion_jac, defaults to self.single_dispersion_jac [INOUT]

  • freq (Numeric, optional) – A single frequency. Unit: Hz. See freq, defaults to self.freq [IN]

  • jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See jac_targets, defaults to self.jac_targets [IN]

  • select_species (SpeciesEnum, optional) – Species selection. See select_species, defaults to self.select_species [IN]

  • abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See abs_bands, defaults to self.abs_bands [IN]

  • atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See atm_point, defaults to self.atm_point [IN]

  • ray_point (PropagationPathPoint, optional) – A single path point. See ray_point, defaults to self.ray_point [IN]

  • no_negative_absorption (Index, optional) – Turn off to allow individual absorbers to have negative absorption. Defaults to 1 [IN]