ARTS built-in documentation server
Workspace Method abs_lines_per_speciesRemoveLines
Description
Repeats abs_linesRemoveLines for all inner arrays
Authors: Richard Larsson
Synopsis
abs_lines_per_speciesRemoveLines( | abs_lines_per_species, lower_frequency, upper_frequency, lower_intensity, safe, flip_flims ) |
Variables
OUT+IN | abs_lines_per_species | (ArrayOfArrayOfAbsorptionLines) | A list of spectral line data for each tag. |
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 |