ARTS built-in documentation server

Workspace Method abs_linesReplaceLines

Description

Replace all lines in abs_lines that match with lines in replacement_lines.

Each replacement_lines must match excatly a single line in abs_lines.

The matching requires identical quantum number signatures to work

Note that lines are identified by their quantum number identifier, and if the broadening or
compute data disagree between two bands, a new band is appended unless we can work around the issue.
This may cause CheckUnique to fail after running this method

Authors: Richard Larsson

Synopsis

abs_linesReplaceLines( abs_lines, replacing_lines )

Variables

OUT+INabs_lines(ArrayOfAbsorptionLines)A list of spectral line data.
GINreplacing_lines(ArrayOfAbsorptionLines)Line-array that replace lines in abs_lines.