Keeps track of objects chosen by target selection and need to be tiled. |
Objects are added whenever target selection is run on a new chunk. Objects are also added when southern target selection is run. In the case where an object (meaning run,rerun,camcol,field,id) is targetted more than once, there will be only one row in Target for that object, but there will multiple entries for that Target in the TargetInfo table. |
name | type | length | unit | ucd | description |
targetID | bigint | 8 | ID_CATALOG | hash of run, rerun, camcol, field, object (skyVersion=0) | |
run | smallint | 2 | OBS_RUN | imaging run | |
rerun | smallint | 2 | CODE_MISC | rerun number | |
camcol | tinyint | 1 | INST_ID | imaging camcol | |
field | int | 4 | ID_FIELD | imaging field | |
obj | int | 4 | ID_NUMBER | imaging object id | |
regionID | int | 4 | ID_CATALOG | ID of sector, 0 if unset | |
ra | float | 8 | deg | POS_EQ_RA_MAIN | right ascension |
dec | float | 8 | deg | POS_EQ_DEC_MAIN | declination |
duplicate | tinyint | 1 | CODE_MISC | duplicate spectrum by mistake | |
htmID | bigint | 8 | CODE_HTM | htm index | |
cx | float | 8 | POS_EQ_CART_X | x projection of vector on unit sphere | |
cy | float | 8 | POS_EQ_CART_Y | y projection of vector on unit sphere | |
cz | float | 8 | POS_EQ_CART_Z | z projection of vector on unit sphere | |
bestObjID | bigint | 8 | CODE_MISC | hashed ID of object in best version of the sky | |
specObjID | bigint | 8 | CODE_MISC | hashed ID of specobj in best version of the sky | |
bestMode | tinyint | 1 | CLASS_OBJECT | mode from BEST PhotoObj | |
loadVersion | int | 4 | ID_VERSION | Load Version |