abs_bandsReadSpeciesSplitCatalog

Workspace.abs_bandsReadSpeciesSplitCatalog(self, abs_bands: pyarts3.arts.AbsorptionBands | None = None, abs_species: pyarts3.arts.ArrayOfSpeciesTag | None = None, basename: pyarts3.arts.String | None = None, ignore_missing: pyarts3.arts.Index | None = None) None

Reads all species in abs_species from a basename

basename follows the standard ARTS rules. For example if abs_species contains only H2O-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:
  • abs_bands (AbsorptionBands, optional) – Bands of absorption lines for line-by-line (LBL) calculations. See abs_bands, defaults to self.abs_bands [OUT]

  • abs_species (ArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See abs_species, defaults to self.abs_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]