ARTS built-in documentation server
Workspace Method abs_linesRemoveLinesFromSpecies
Description
As abs_linesRemoveLines but only for bands of the given species
species must be a single entry, and must specify the isotopologue
Authors: Richard Larsson
Synopsis
abs_linesRemoveLinesFromSpecies( | abs_lines, species, lower_frequency, upper_frequency, lower_intensity, safe, flip_flims ) |
Variables
OUT+IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | species | (ArrayOfSpeciesTag) | Species to be removed |
GIN | lower_frequency | (Numeric, Default: -1e99) | The lower frequency bound |
GIN | upper_frequency | (Numeric, Default: 1e99) | The upper frequency bound |
GIN | lower_intensity | (Numeric, Default: 0) | The lower intensity bound |
GIN | safe | (Index, Default: 1) | Remove only lines from a band if all lines of a band fail |
GIN | flip_flims | (Index, Default: 0) | Reverse the frequecy filtering |