VIEW  dxsFrameSets

View of all frame sets defined for the UKIDSS DXS

This view is simply a union of all frame set / multiframe combinations
from the DXS 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,jmfID as multiframeID,jeNum as extNum from dxsMergeLog where deprecated=0
union all
select frameSetID,hmfID as multiframeID,heNum as extNum from dxsMergeLog where deprecated=0
union all
select frameSetID,kmfID as multiframeID,keNum as extNum from dxsMergeLog where deprecated=0