ARTS built-in documentation server
Workspace Method abs_linesReadFromMytran2
Description
Read all the lines from a MYTRAN2 catalogue file in the
given frequency range. Otherwise a runtime error will be
thrown
Please note that all lines must correspond
to legal species / isotopologue combinations
Authors: Axel von Engeln, Stefan Buehler
Synopsis
abs_linesReadFromMytran2( | abs_lines, filename, fmin, fmax ) |
Variables
OUT | abs_lines | (ArrayOfLineRecord) | A list of spectral line data. |
GIN | filename | (String) | Name (and path) of the catalogue file. |
GIN | fmin | (Numeric) | Minimum frequency for lines to read [Hz]. |
GIN | fmax | (Numeric) | Maximum frequency for lines to read [Hz]. |