VIEW  gcsFrameSets

View of all frame sets defined for the UKIDSS GCS

This view is simply a union of all frame set / multiframe combinations
from the GCS merge log. This provides a direct link between a given frame
set and it's constituent multiframes and detector frames in a single
queryable object. View allFrameSets provides a view of all archived sets.


select frameSetID,zmfID as multiframeID,zeNum as extNum from gcsMergeLog where deprecated=0
union all
select frameSetID,ymfID as multiframeID,yeNum as extNum from gcsMergeLog where deprecated=0
union all
select frameSetID,jmfID as multiframeID,jeNum as extNum from gcsMergeLog where deprecated=0
union all
select frameSetID,hmfID as multiframeID,heNum as extNum from gcsMergeLog where deprecated=0
union all
select frameSetID,k_1mfID as multiframeID,k_1eNum as extNum from gcsMergeLog where deprecated=0
union all
select frameSetID,k_2mfID as multiframeID,k_2eNum as extNum from gcsMergeLog where deprecated=0