ARTS built-in documentation server
Workspace Method abs_linesWriteSpeciesSplitCatalog
Description
Writes a split catalog, AbsorptionLines by AbsorptionLines. There will be one unique file generated per AbsorptionLines in abs_lines. The names of these files will be: basename + "." + AbsorptionLines.SpeciesName() + "." + to_string(N) + ".xml" where N>=0 and the species name is something line "H2O".
Authors: Richard Larsson
Synopsis
abs_linesWriteSpeciesSplitCatalog( | output_file_format, abs_lines, basename ) |
Variables
IN | output_file_format | (String) | Output file format. |
IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | basename | (String) | Path to store the files at |