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 (ie. stars) within the GPS
then use this view.


select *
from gpsSource
where (priOrSec <= 0 or priOrSec = frameSetID) and
      (jClass = -1 or jClass = -9999) and
      (hClass = -1 or hClass = -9999) and
     (k_1Class = -1 or k_1Class = -9999) and
     (k_2Class = -1 or k_2Class = -9999) and
     (k_3Class = -1 or k_3Class = -9999) and
     (h2_1Class = -1 or h2_1Class = -9999) and
     (h2_2Class = -1 or h2_2Class = -9999) and
     (h2_3Class = -1 or h2_3Class = -9999)