ARTS built-in documentation server

Workspace Method abs_lines_per_speciesAddMirrorLines

Description

Adds mirror lines at negative frequencies to abs_lines_per_species.

For each line at frequency +f in abs_lines_per_species a corresponding
entry at frequency -f is added to abs_lines_per_species. The mirror
lines are appended to the line list after the original lines.

Authors: Axel von Engeln, Stefan Buehler, Patrick Eriksson

Synopsis

abs_lines_per_speciesAddMirrorLines( abs_lines_per_species, max_f )

Variables

OUT+INabs_lines_per_species(ArrayOfArrayOfLineRecord)A list of spectral line data for each tag.
GINmax_f(Numeric, Default: -1)Limit for mirroring, ie. lines above this frequency do not generate a mirror line. All lines mirrored if *max_f* is < 0, that is the default setting.