spectral_propmatAddLookup
- Workspace.spectral_propmatAddLookup(self, spectral_propmat: pyarts3.arts.PropmatVector | None = None, spectral_propmat_jac: pyarts3.arts.PropmatMatrix | None = None, freq_grid: pyarts3.arts.AscendingGrid | None = None, jac_targets: pyarts3.arts.JacobianTargets | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, abs_lookup_data: pyarts3.arts.AbsorptionLookupTables | None = None, atm_point: pyarts3.arts.AtmPoint | None = None, no_negative_absorption: pyarts3.arts.Index | None = None, p_interp_order: pyarts3.arts.Index | None = None, t_interp_order: pyarts3.arts.Index | None = None, water_interp_order: pyarts3.arts.Index | None = None, f_interp_order: pyarts3.arts.Index | None = None, extpolfac: pyarts3.arts.Numeric | None = None) None
Add line-by-line absorption to the propagation matrix.
See Lookup-table 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_propmat_jac (PropmatMatrix, optional) – Partial derivative of the
spectral_propmatwith regards tojac_targets. Seespectral_propmat_jac, defaults toself.spectral_propmat_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_lookup_data (AbsorptionLookupTables, optional) – Absorption lookup table for scalar gas absorption coefficients. See
abs_lookup_data, defaults toself.abs_lookup_data[IN]atm_point (AtmPoint, optional) – An atmospheric point in ARTS. See
atm_point, defaults toself.atm_point[IN]no_negative_absorption (Index, optional) – Turn off to allow individual absorbers to have negative absorption. Defaults to
1[IN]p_interp_order (Index, optional) – Interpolation order for pressure. Defaults to
7[IN]t_interp_order (Index, optional) – Interpolation order for temperature. Defaults to
7[IN]water_interp_order (Index, optional) – Interpolation order for water vapor. Defaults to
7[IN]f_interp_order (Index, optional) – Interpolation order for frequency. Defaults to
7[IN]extpolfac (Numeric, optional) – Extrapolation factor. Defaults to
0.5[IN]