VIEW  lasExtendedSource

Merged, seamless extended source catalogue derived from the UKIDSS LAS

This view defines a subset of extended sources from the UKIDSS Large
Area Survey (LAS). If your science application requires a seamless,
reliable selection of sources consistently classified as extended in the
LAS (e.g. galaxies) then use this view. Detection is required in all
bands except Y, and selection is based on discrete classification codes
"Galaxy" (+1) or "Probable Galaxy" (-3).


SELECT *
FROM lasSource
WHERE (priOrSec <= 0 or priOrSec = frameSetID) -- seamless selection
AND   (yClass=+1 OR yClass=-3 OR yClass = -9999) -- extended in Y OR no Y det
AND   (j_1Class=+1 OR j_1Class=-3)  -- extended in J1
AND   (j_2Class=+1 OR j_2Class=-3 OR j_2Class=-9999) -- extended in J2 OR no J2 det
AND   (hClass=+1 OR hClass=-3)  -- extended in H
AND   (kClass=+1 OR kClass=-3)  -- extended in K