View of CurrentAstrometry table showing only VVV data |
This view is just a select of CurrentAstrometry for the VVV and Calib programmes for access to pre-release data |
SELECT dbo.CurrentAstrometry.*
FROM dbo.CurrentAstrometry INNER JOIN dbo.ProgrammeFrame
ON dbo.CurrentAstrometry.multiframeID = dbo.ProgrammeFrame.multiframeID
WHERE dbo.ProgrammeFrame.programmeID = 120 OR
dbo.ProgrammeFrame.programmeID = 200
The details of the table defined by this view are available here.