absorption_lookup_tablePrecompute
- Workspace.absorption_lookup_tablePrecompute(self, absorption_lookup_table: pyarts3.arts.AbsorptionLookupTables | None = None, atmospheric_profile: pyarts3.arts.ArrayOfAtmPoint | None = None, frequency_grid: pyarts3.arts.AscendingGrid | None = None, absorption_bands: pyarts3.arts.AbsorptionBands | None = None, ecs_data: pyarts3.arts.LinemixingEcsData | None = None, select_species: pyarts3.arts.SpeciesEnum | None = None, temperature_perturbation: pyarts3.arts.AscendingGrid | None = None, water_perturbation: pyarts3.arts.AscendingGrid | None = None) None
Precompute the lookup table for a single species, adding it to the map.
Author: Richard Larsson
- Parameters:
absorption_lookup_table (AbsorptionLookupTables, optional) – Absorption lookup table for scalar gas absorption coefficients. See
absorption_lookup_table
, defaults toself.absorption_lookup_table
[INOUT]atmospheric_profile (ArrayOfAtmPoint, optional) – An atmospheric profile in ARTS. See
atmospheric_profile
, defaults toself.atmospheric_profile
[IN]frequency_grid (AscendingGrid, optional) – A single frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
absorption_bands
, defaults toself.absorption_bands
[IN]ecs_data (LinemixingEcsData, optional) – Error corrected sudden data. See
ecs_data
, defaults toself.ecs_data
[IN]select_species (SpeciesEnum, optional) – Species selection. See
select_species
, defaults toself.select_species
[IN]temperature_perturbation (AscendingGrid, optional) – Temperature perturbation to use for the lookup table. Defaults to
pyarts.arts.AscendingGrid()
[IN]water_perturbation (AscendingGrid, optional) – Water vapor perturbation to use for the lookup table (makes the species nonlinear). Defaults to
pyarts.arts.AscendingGrid()
[IN]