spectral_propmatAddLines
- Workspace.spectral_propmatAddLines(self, spectral_propmat: pyarts3.arts.PropmatVector | None = None, spectral_nlte_srcvec: pyarts3.arts.StokvecVector | None = None, spectral_propmat_jac: pyarts3.arts.PropmatMatrix | None = None, spectral_nlte_srcvec_jac: pyarts3.arts.StokvecMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, abs_bands: pyarts3.arts.AbsorptionBands | None = None, abs_ecs_data: pyarts3.arts.LinemixingEcsData | 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.
Author: Richard Larsson
- Parameters:
spectral_propmat (PropmatVector, optional) – This contains the fully polarized propagation matrix for the current path point. See
spectral_propmat, defaults toself.spectral_propmat[INOUT]spectral_nlte_srcvec (StokvecVector, optional) – The part of the source vector that is due to non-LTE. See
spectral_nlte_srcvec, defaults toself.spectral_nlte_srcvec[INOUT]spectral_propmat_jac (PropmatMatrix, optional) – Partial derivative of the
spectral_propmatwith regards tojac_targets. Seespectral_propmat_jac, defaults toself.spectral_propmat_jac[INOUT]spectral_nlte_srcvec_jac (StokvecMatrix, optional) – Partial derivative of the
spectral_nlte_srcvecwith regards tojac_targets. Seespectral_nlte_srcvec_jac, defaults toself.spectral_nlte_srcvec_jac[INOUT]freq_grid (AscendingGrid, optional) – A frequency grid. Unit: Hz. See
freq_grid, defaults toself.freq_grid[IN]jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[IN]select_species (SpeciesEnum, optional) – Species selection. See
select_species, defaults toself.select_species[IN]abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
abs_bands, defaults toself.abs_bands[IN]abs_ecs_data (LinemixingEcsData, optional) – Error corrected sudden data. See
abs_ecs_data, defaults toself.abs_ecs_data[IN]atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atm_point, defaults toself.atm_point[IN]ray_point (PropagationPathPoint, optional) – A single path point. See
ray_point, defaults toself.ray_point[IN]no_negative_absorption (Index, optional) – Turn off to allow individual absorbers to have negative absorption. Defaults to
1[IN]