abs_cia_dataReadSpeciesSplitCatalog
- Workspace.abs_cia_dataReadSpeciesSplitCatalog(self, abs_cia_data: pyarts3.arts.ArrayOfCIARecord | None = None, abs_species: pyarts3.arts.ArrayOfSpeciesTag | None = None, basename: pyarts3.arts.String | None = None, ignore_missing: pyarts3.arts.Index | None = None) None
Reads a species split CIA dataset.
The file names are expected to be of the form:
<basename><Spec1>-CIA-<Spec2>.xml
where <Spec1> and <Spec2> are the
SpeciesEnumnames of the two species involved in the CIA.Tip
A common and perhaps more convenient alternative to this method is
ReadCatalogData().If you have downloaded the ARTS catalog data -
arts-cat-data- and set the environment variableARTS_DATA_PATHto point to the location of this data, you can use that method to automagically read the data more easily than calling this method directly.Author: Richard Larsson
- Parameters:
abs_cia_data (ArrayOfCIARecord, optional) – HITRAN Collision-Induced Absorption (CIA) Data. See
abs_cia_data, defaults toself.abs_cia_data[OUT]abs_species (ArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
abs_species, defaults toself.abs_species[IN]basename (String) – The path to the split catalog files. [IN]
ignore_missing (Index, optional) – Flag to continue in case nothing is found [0 throws, 1 continues]. Defaults to
0[IN]