absorption_bandsReadSplit
- Workspace.absorption_bandsReadSplit(self, absorption_bands: pyarts3.arts.AbsorptionBands | None = None, dir: pyarts3.arts.String | None = None) None
Reads all xml-files in a given directory and puts them into
absorption_bands
.Note
The
dir
path has to be absolute or relative to the working path, the environment variables are not consideredAuthor: 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]dir (String) – Absolute or relative path to the directory. [IN]