VIEW  SpectrumOutlierAnalysis

Flags identifying and characterising outlier stars.

This view contains the results of the analyses performed by WG14 to
identify outlier spectra joined to the individual spectra on which the
analyses were performed.

The WG14 analyses pertain to spectra characterised by large
residuals when processed using automatic classification tools and
typically correspond to stars with unusual characteristics.

In iDR2 the outlier analyses generates the columns of flags peculi,
remark and tech. In subsequent releases additional columns may be
generated.


SELECT
  spg.specID AS specId,
  wg14.targetID AS targetId,
  wg14.cName AS cName,
  spg.fileName AS fileName,
  wg14.instrument AS instrument,
  wg14.gratings AS gratings,
  wg14.fieldName AS fieldName,
  wg14.peculi AS peculi,
  wg14.remark AS remark,
  wg14.tech AS tech,
  wg14.deprecated AS deprecated
FROM
  WgRecommendedAstroAnalysis AS wg14,
  SpectrumGroup spg
WHERE wg14.wg='WG14'
  AND wg14.specGroupID = spg.specGroupID

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