absorption_bandsReadSpeciesSplitCatalog
- Workspace.absorption_bandsReadSpeciesSplitCatalog(self, absorption_bands: pyarts3.arts.AbsorptionBands | None = None, absorption_species: pyarts3.arts.ArrayOfArrayOfSpeciesTag | None = None, basename: pyarts3.arts.String | None = None, ignore_missing: pyarts3.arts.Index | None = None) None
Reads all species in
absorption_species
from a basenamebasename follows the standard ARTS rules. For example if
absorption_species
contains onlyH2O-161
, then a basename of"lbl"
will read the file"lbl.H2O-161.xml"
, and a basename of"lbl/"
will read the file"lbl/H2O-161.xml"
.ignore_missing is a boolean that indicates if the method should ignore missing files or not. If set to true, the method will ignore missing files and continue. If set to false, the method will throw an error if any file is missing.
Author: Richard Larsson
- Parameters:
absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See
absorption_bands
, defaults toself.absorption_bands
[OUT]absorption_species (ArrayOfArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
absorption_species
, defaults toself.absorption_species
[IN]basename (String) – Absolute or relative path to the directory. [IN]
ignore_missing (Index, optional) – Ignore missing files instead of throwing an error. Defaults to
0
[IN]