absorption_bandsReadSplit

Workspace.absorption_bandsReadSplit(self, absorption_bands: pyarts.arts.ArrayOfAbsorptionBand | None = None, dir: pyarts.arts.String | None = None) None

Saves all bands fin absorption_bands to a directory

This will create the directory if it does not exist. It will also create subdirectories that are the short-form of the isotopologue names. The bands will be stored as 0.xml, 1.xml, 2.xml, and so on

The dir path has to be absolute or relative to the working path, the environment variables are not considered

Author(s): Richard Larsson

Parameters:
  • absorption_bands (ArrayOfAbsorptionBand, optional) – Bands of absorption lines for LBL calculations. See absorption_bands, defaults to self.absorption_bands [OUT]

  • dir (String) – Absolute or relative path to the directory. [IN]