Reliable, but incomplete, point source catalogue derived from UKIDSS GPS |
This view defines a reliable subset of point-like sources from the UKIDSS Galactic Plane Survey (GPS). If your application requires a seamless selection of reliable 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 gpsPointSource since it is optimised for completeness and NOT high reliability. If a very clean, highly reliable selection is required, then use this view. Because reliability is optimised over completeness here, discrete classification codes are used as these are conservative in flagging ojects as point-like. The selection is based on stellar detecions in JHK (e.g. single passband detections will NOT appear in this view) with a tighter ellipticity cut than is in the notionally complete view. |
SELECT *
FROM gpsSource
WHERE (priOrSec<=0 OR priOrSec=frameSetID)-- seamless selection
AND jClass=-1 AND jEll<0.2 -- reliable J point det
AND hClass=-1 AND hEll<0.2 -- reliable H point det
AND k_1Class=-1 AND k_1Ell<0.2 -- reliable K1 point det
AND ((k_2Class=-1 AND k_2Ell<0.2) OR k_2Class = -9999) -- reliable K2 point det OR no K2 det
AND ((k_3Class=-1 AND k_3Ell<0.2) OR k_3Class = -9999) -- reliable K3 point det OR no K3 det
AND jXi BETWEEN -1.0 AND +1.0 AND jEta BETWEEN -1.0 AND +1.0
AND hXi BETWEEN -1.0 AND +1.0 AND hEta BETWEEN -1.0 AND +1.0
AND k_1Xi BETWEEN -1.0 AND +1.0 AND k_1Eta BETWEEN -1.0 AND +1.0