INDICES FOR TABLE  UberAstro

The ubercal corrections and corrected astrometry for PhotoObjAll.

Please see the UberCalibration entry in Algorithms for more information about the uber-calibration corrections. A sample join between PhotoObjAll and UberAstro is as follows:
select top 10 p.modelMag_r,p.modelMag_r, p.ra. p.[dec]
from PhotoObjAll p join UberAstro u on u.objid=p.objid
where u.conv_status_r & dbo.fUberCalibStatus('PHOTOMETRIC') > 0

Index TypeKey or Field List
primary keyobjID