VIEW  LineMolAtomHfs

LineMolAtomHfs contains molecular lines and atomic lines with HFS.

View LineMolAtomHfs contains all the molecular lines and atomic lines
including data for unresolved fine, hyper-fine or isotopic splitting,
if present.

The contents of this view are more full documented in 'Line-lists
for the Gaia-ESO Survey', version 4, produced by the GES line-list
group, see:

Line-lists for the Gaia-ESO Survey

Note that this report describes FITS files containing the atomic data,
not the database table available here. The table contains exactly the
same data, but obviously the FITS-specific parts of the document are not
relevant.

Also, for convenience the Line-list group has prepared a
reference columns in the table (these columns have names of the form
somethingRef).


SELECT
  l.*
FROM
  LineList l
WHERE
  l.ltype in (1, 2);

The details of the table defined by this view are available here.