ARTS built-in documentation server
Workspace Method abs_linesReplaceBands
Description
Replace all bands in abs_lines that match with bands in *replacing_bands*. Each *replacing_bands* must match excatly a single band in abs_lines. The matching requires identical quantum number signatures to work.
Authors: Richard Larsson
Synopsis
abs_linesReplaceBands( | abs_lines, replacing_bands ) |
Variables
OUT+IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | replacing_bands | (ArrayOfAbsorptionLines) | Line-array that removes lines from abs_lines. |