ARTS built-in documentation server
Workspace Method lbl_checkedCalc
Description
Checks that the line-by-line parameters are OK. On failure, will throw. On success, lbl_checked evals as true Note that checks may become more stringent as ARTS evolves, especially for "new" options. This test might succeed in one version of ARTS but fail in later versions
Authors: Richard Larsson
Synopsis
lbl_checkedCalc( | lbl_checked, abs_lines_per_species, abs_species, isotopologue_ratios, partition_functions ) |
Variables
OUT | lbl_checked | (Index) | Flag to check if the line-by-line calculations will work Usage: Set manually on own risk, or use lbl_checkedCalc. |
IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
IN | isotopologue_ratios | (SpeciesAuxData) | Contains the isotopologue ratios. |
IN | partition_functions | (SpeciesAuxData) | Partition functions. |