atmospheric_fieldAppendAbsorptionData
- Workspace.atmospheric_fieldAppendAbsorptionData(self, atmospheric_field: pyarts.arts.AtmField | None = None, basename: pyarts.arts.String | None = None, extrapolation: pyarts.arts.String | None = None, missing_is_zero: pyarts.arts.Index | None = None, replace_existing: pyarts.arts.Index | None = None, load_isot: pyarts.arts.Index | None = None, load_nlte: pyarts.arts.Index | None = None) None
Append data to the atmospheric field based all absorption data
See
InterpolationExtrapolation
for validextrapolation
.Wraps:
atmospheric_fieldAppendLineSpeciesData()
if the workspace containsabsorption_bands
atmospheric_fieldAppendLineIsotopologueData()
ifload_isot
is true and if the workspace containsabsorption_bands
atmospheric_fieldAppendLineLevelData()
ifload_nlte
is true and if the workspace containsabsorption_bands
atmospheric_fieldAppendTagsSpeciesData()
if the workspace containsabsorption_species
atmospheric_fieldAppendLookupTableSpeciesData
if the workspace containsabsorption_species
atmospheric_fieldAppendCIASpeciesData()
if the workspace containsabsorption_cia_data
atmospheric_fieldAppendXsecSpeciesData()
if the workspace containsabsorption_xsec_fit_data
atmospheric_fieldAppendPredefSpeciesData()
if the workspace containsabsorption_predefined_model_data
Author(s): Richard Larsson
- Parameters:
atmospheric_field (AtmField, optional) – An atmospheric field in ARTS. See
atmospheric_field
, defaults toself.atmospheric_field
[INOUT]basename (String) – The base name of the files. [IN]
extrapolation (String, optional) – The extrapolation to use. Defaults to
"Linear"
[IN]missing_is_zero (Index, optional) – Whether or not to zero-out missing data. Defaults to
0
[IN]replace_existing (Index, optional) – Whether or not to replace existing data. Defaults to
0
[IN]load_isot (Index, optional) – Whether or not to load isotopologue data. Defaults to
0
[IN]load_nlte (Index, optional) – Whether or not to load NLTE data. Defaults to
0
[IN]