ARTS built-in documentation server
Workspace Method abs_linesReadFromSplitArtscat
Description
Read all the lines in the given frequency range from a split Arts catalogue file. Please note that all lines must correspond to legal species / isotope combinations
Authors: Oliver Lemke
Synopsis
| abs_linesReadFromSplitArtscat( | abs_lines, abs_species, basename, fmin, fmax ) |
Variables
| OUT | abs_lines | (ArrayOfLineRecord) | A list of spectral line data. |
| IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for scalar gas absorption. |
| GIN | basename | (String) | Basename of the catalogue. |
| GIN | fmin | (Numeric) | Minimum frequency for lines to read [Hz]. |
| GIN | fmax | (Numeric) | Maximum frequency for lines to read [Hz]. |