TABLE  PhotoAuxAll

The extra columns that didn't make it into the PhotoObjAll table.

These are added as a separate table because adding columns to the very large PhotoObjAll table is prohibitively expensive unless the table is reloaded from scratch. In a future release, these columns will be added to the PhotoObjAll table. In the meantime, to access these columns, you may join with the PhotoObjAll table on the objid:
SELECT p.objid, p.ra, q.raErr, p.dec, q.decErr
FROM PhotoObjAll p, PhotoAuxAll q
WHERE p.objid = q.objid Similarly you may join the PhotoObj and PhotoAux views.

nametypelengthunitucddescription
objIDbigint8 ID_MAINUnique SDSS identifier composed from [skyVersion,rerun,run,camcol,field,obj].
modetinyint1 CLASS_OBJECT1: primary, 2: secondary, 3: family object.
lfloat8degPOS_GAL_LATGalactic latitude
bfloat8degPOS_GAL_LONGalactic longitude
raErrfloat8arcsecPOS_EQ_RA_ERRError in RA
decErrfloat8arcsecPOS_EQ_DEC_ERRError in dec
raDecCorrfloat8 CODE_MISCRA/dec correlation