ARTS built-in documentation server

Workspace Method abs_linesReadFromHitranPre2004

Description

Read all the lines from a HITRAN 1986-2001 catalogue file in
the given frequency range. Otherwise a runtime error will be
thrown. For HITRAN 2004 and later line data use the workspace
method abs_linesReadFromHitran.

Please note that all lines must correspond to legal
species / isotopologue combinations and that the line data
file must be sorted by increasing frequency

WWW access of the HITRAN catalogue: http://www.hitran.com/

Authors: Thomas Kuhn

Synopsis

abs_linesReadFromHitranPre2004( abs_lines, filename, fmin, fmax )

Variables

OUTabs_lines(ArrayOfLineRecord)A list of spectral line data.
GINfilename(String)Name (and path) of the catalogue file.
GINfmin(Numeric)Minimum frequency for lines to read [Hz].
GINfmax(Numeric)Maximum frequency for lines to read [Hz].