| 66 | | || objID||unknown||BIGINT||0||ODM object identifier|| || || |
| 67 | | || stackDetectID||unknown||BIGINT||0||ODM detection identifier|| || || |
| 68 | | || ippObjID||unknown||BIGINT||0||IPP object identifier|| || || |
| 69 | | || ippDetectID||unknown||BIGINT||0||detection ID generated by IPP|| || || |
| 70 | | || filterID||unknown||TINYINT||0||filter identifier|| || || |
| 71 | | || stackTypeID||unknown||TINYINT||0||stack type identifier|| || || |
| 72 | | || surveyID||unknown||TINYINT||0||survey flag identifier|| || || |
| | 66 | || objID||unknown||BIGINT||0||ODM object identifier||DVO ||ave.extID from dvoDetection structure || |
| | 67 | || stackDetectID||unknown||BIGINT||0||ODM detection identifier|| DVO ||meas.extID from dvoDetection structure || |
| | 68 | || ippObjID||unknown||BIGINT||0||IPP object identifier||DVO || ave.catID*1000000000 + ave.objID from dvoDetection structure || |
| | 69 | || ippDetectID||unknown||BIGINT||0||detection ID generated by IPP|| cmf SkyChip.psf table ||IPP_IDET || |
| | 70 | || filterID||unknown||TINYINT||0||filter identifier||cmf primary header || Same as !StackMeta. See above. || |
| | 71 | || stackTypeID||unknown||TINYINT||0||stack type identifier|| DVO|| Same as !StackMeta. See above. || |
| | 72 | || surveyID||unknown||TINYINT||0||survey flag identifier|| GPC1 database/DVO|| Same as !StackMeta. See above. || |
| 74 | | || stackMetaID||unknown||BIGINT||0||stack identifier|| || || |
| 75 | | || skyCellID||unknown||INT||-999||skycell identifier|| || || |
| 76 | | || projectionCellID||unknown||INT||-999||projection cell identifier|| || || |
| 77 | | || obsTime||day||FLOAT||-999|| Time of mid observation|| || || |
| 78 | | || xPos||unknown||REAL||-999||measured x on CCD from PSF fit|| || || |
| 79 | | || yPos||unknown||REAL||-999||measured y on CCD from PSF fit|| || || |
| 80 | | || xPosErr||unknown||REAL||-999||estimated error in x|| || || |
| 81 | | || yPosErr||unknown||REAL||-999||estimated error in y|| || || |
| 82 | | || instFlux||unknown||REAL||-999||PSF instrumental flux|| || || |
| | 74 | || stackMetaID||unknown||BIGINT||0||stack identifier|| NA || hardcoded to 0 || |
| | 75 | || skyCellID||unknown||INT||-999||skycell identifier|| GPC1 database|| Same as !StackMeta. See above.|| |
| | 76 | || projectionCellID||unknown||INT||-999||projection cell identifier|| NA || empty || |
| | 77 | || obsTime||day||FLOAT||-999|| Time of mid observation|| cmf primary header || MJD-OBS || |
| | 78 | || xPos||unknown||REAL||-999||measured x on CCD from PSF fit|| cmf SkyChip.psf table||X_PSF || |
| | 79 | || yPos||unknown||REAL||-999||measured y on CCD from PSF fit|| cmf SkyChip.psf table||Y_PSF || |
| | 80 | || xPosErr||unknown||REAL||-999||estimated error in x|| cmf SkyChip.psf table||X_PSF_SIG || |
| | 81 | || yPosErr||unknown||REAL||-999||estimated error in y||cmf SkyChip.psf table ||Y_PSF_SIG || |
| | 82 | || instFlux||unknown||REAL||-999||PSF instrumental flux|| cmf SkyChip.psf table and GPC1 || POW(10.0, (-0.4*PSF_INST_MAG)) / expTime (where expTime is as derived in !StackMeta, see above) || |