absorption_bandsSaveSplit
- Workspace.absorption_bandsSaveSplit(self, absorption_bands: pyarts.arts.AbsorptionBands | None = None, dir: pyarts.arts.String | None = None) None
Saves all bands fin
absorption_bands
to a directoryThis 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 consideredAuthor(s): Richard Larsson
- Parameters:
absorption_bands (AbsorptionBands, optional) – Bands of absorption lines for LBL calculations. See
absorption_bands
, defaults toself.absorption_bands
[IN]dir (String) – Absolute or relative path to the directory. [IN]