ARTS built-in documentation server
Workspace Method ReadHITRAN
Description
Reads a HITRAN .par file.
The HITRAN type switch can be:
"Pre2004" - for old format
"Post2004" - for new format
"Online" - for the online format with quantum numbers (highly experimental)
Be careful setting the options!
Authors: Hermann Berg, Thomas Kuhn, Richard Larsson
Synopsis
ReadHITRAN( | abs_lines, filename, fmin, fmax, globalquantumnumbers, localquantumnumbers, hitran_type, normalization_option, mirroring_option, population_option, lineshapetype_option, cutoff_option, cutoff_value, linemixinglimit_value ) |
Variables
OUT | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | filename | (String) | Name of the HITRAN file |
GIN | fmin | (Numeric, Default: 0) | Minimum frequency of read lines |
GIN | fmax | (Numeric, Default: 1e99) | Maximum frequency of read lines |
GIN | globalquantumnumbers | (String, Default: "") | Global quantum number list (space-separated) |
GIN | localquantumnumbers | (String, Default: "") | Local quantum number list (space-separated) |
GIN | hitran_type | (String, Default: "Post2004") | Method to use to read the line data |
GIN | normalization_option | (String, Default: "None") | Normalization option, see abs_linesSetNormalization |
GIN | mirroring_option | (String, Default: "None") | Mirroring option, see abs_linesSetMirroring |
GIN | population_option | (String, Default: "LTE") | Population option, see abs_linesSetPopulation |
GIN | lineshapetype_option | (String, Default: "VP") | Lineshape option, see abs_linesSetLineShapeType |
GIN | cutoff_option | (String, Default: "None") | Cutoff option, see abs_linesSetCutoff |
GIN | cutoff_value | (Numeric, Default: 750e9) | Cutoff value, see abs_linesSetCutoff |
GIN | linemixinglimit_value | (Numeric, Default: -1) | Line mixing limit, see abs_linesSetLinemixingLimit |