absorption_lookup_tablePrecompute
- Workspace.absorption_lookup_tablePrecompute(self, absorption_lookup_table: pyarts.arts.AbsorptionLookupTables | None = None, ray_path_atmospheric_point: pyarts.arts.ArrayOfAtmPoint | None = None, frequency_grid: pyarts.arts.AscendingGrid | None = None, absorption_bands: pyarts.arts.AbsorptionBands | None = None, ecs_data: pyarts.arts.LinemixingEcsData | None = None, temperature_perturbation: pyarts.arts.AscendingGrid | None = None, water_perturbation: pyarts.arts.AscendingGrid | None = None, select_species: pyarts.arts.SpeciesEnum | None = None) None
Precompute the lookup table for a single species, adding it to the map.
Author(s): 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]ray_path_atmospheric_point (ArrayOfAtmPoint, optional) – Atmospheric points along the propagation path. See
ray_path_atmospheric_point
, defaults toself.ray_path_atmospheric_point
[IN]frequency_grid (AscendingGrid, optional) – A single path point’s frequency grid. See
frequency_grid
, defaults toself.frequency_grid
[IN]absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for 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]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]select_species (SpeciesEnum) – The species to compute the lookup table for. [IN]