ARTS built-in documentation server
Workspace Method abs_linesDeleteWithLines
Description
Deletes all lines in abs_lines that match with lines in replacement_lines. If a deleted line has no match, then nothing happens. Note that lines are identified by their AbsorptionLines tags and by their quantum numbers. There is no need to have all values correct.
Authors: Richard Larsson
Synopsis
abs_linesDeleteWithLines( | abs_lines, deleting_lines ) |
Variables
OUT+IN | abs_lines | (ArrayOfAbsorptionLines) | A list of spectral line data. |
GIN | deleting_lines | (ArrayOfAbsorptionLines) | Line-array that removes lines from abs_lines. |