ARTS built-in documentation server

Workspace Method abs_linesDeleteBadF0

Description

Deletes all lines in abs_lines that have bad central frequencies

If lower evaluates as true, deletes all lines with a frequency below f0.
Otherwise deletes all lines with a frequency above f0.

Authors: Richard Larsson

Synopsis

abs_linesDeleteBadF0( abs_lines, f0, lower )

Variables

OUT+INabs_lines(ArrayOfAbsorptionLines)A list of spectral line data.
GINf0(Numeric)Target frequency
GINlower(Index, Default: 1)Lower or upper flag (eval as boolean)