ARTS built-in documentation server

Workspace Method abs_lines_per_speciesCreateFromLines

Description

Split lines up into the different species.

The species are tested in the order in which they are specified in the
controlfile. Lines are assigned to the first species that
matches. That means if the list of species is ["O3-666","O3"], then
the last group O3 gets assigned all the O3 lines that do not fit in
the first group (all other isotopes than the main isotope).

Authors: Stefan Buehler

Synopsis

abs_lines_per_speciesCreateFromLines( abs_lines_per_species, abs_lines, abs_species )

Variables

OUTabs_lines_per_species(ArrayOfArrayOfLineRecord)A list of spectral line data for each tag.
INabs_lines(ArrayOfLineRecord)A list of spectral line data.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for scalar gas absorption.