VIEW  gpsPointSource

Merged, seamless point source catalogue derived from the UKIDSS GPS

This view defines a subset of point-like sources from the UKIDSS Galactic
Plane Survey (GPS). If your science application requires a seamless
selection of sources consistently classified as point-like (i.e. stars)
in the GPS then use this view. NB: as always, there is a
trade-off between completeness and reliability. If completeness is more
important than high reliability, then use this view since it is
optimised for reasonable completeness and NOT high reliability.
If a very clean, highly reliable but incomplete selection is sufficient,
then use view reliableGpsPointSource. Detection is required in JHK (e.g.
single passband detections will NOT appear in this view).


SELECT *
FROM   gpsSource
/*     Seamless selection of unique objects: */
WHERE  (priOrSec <= 0 OR priOrSec=frameSetID)
/*     Good quality, likely point source detections in J, H and K1: */
AND    jClass   BETWEEN -2 AND -1 AND jppErrBits < 256
AND    hClass   BETWEEN -2 AND -1 AND hppErrBits < 256
AND    k_1Class BETWEEN -2 AND -1 AND k_1ppErrBits < 256
/*     Good quality, likely point detection, OR no detection, in K2: */
AND    (k_2Class BETWEEN -2 AND -1 OR k_2Class = -9999) AND k_2ppErrBits < 256

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