name | type | length | unit | ucd | description |
name | varchar | 20 | | ID_AREA | Name of object |
ra | float | 8 | degrees | POS_EQ_RA | Right Ascension (J2000) |
dec | float | 8 | degrees | POS_EQ_DEC | Declination (J2000) |
B | float | 8 | magnitudes | | B magnitude of object |
BErr | float | 8 | magnitudes | | Error in B magnitude of object |
nB_tot | int | 4 | | | Total number of measurements of B |
nB | int | 4 | | | Number of good measurements of B |
V | float | 8 | magnitudes | | V magnitude of object |
VErr | float | 8 | magnitudes | | Error in V magnitude of object |
nV_tot | int | 4 | | | Total number of measurements of V |
nV | int | 4 | | | Number of good measurements of V |
R | float | 8 | magnitudes | | R magnitude of object |
RErr | float | 8 | magnitudes | | Error in R magnitude of object |
nR_tot | int | 4 | | | Total number of measurements of R |
nR | int | 4 | | | Number of good measurements of R |
I | float | 8 | magnitudes | | I magnitude of object |
IErr | float | 8 | magnitudes | | Error in I magnitude of object |
nI_tot | int | 4 | | | Total number of measurements of I |
nI | int | 4 | | | Number of good measurements of I |
vary | float | 8 | | | Measure of object\'s variability |
objid | bigint | 8 | | | Should be set to photoObj.objId |