| 34 | | || stackMetaID||unknown||BIGINT||0||stack identifier|| GPC1 database || stackRun.stack_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables. || |
| 35 | | || skycellID||unknown||INT||0||skycell region identifier|| GPC1 database || stackRun.skycell_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables From, eg skycell.1133.081, use 1133081 || |
| 36 | | || surveyID||unknown||TINYINT||0||survey flag identifier||GPC1 database/DVO || We know survey from the DVO database in use, we then get the surveyID from the PSPS 'Survey' table [browser:trunk/ippToPsps/config/IN/tables.vot here] || |
| 37 | | || photoCalID||unknown||INT||0||photometry code numerical id|| DVO ||image->photcode from Image structure || |
| 38 | | || filterID||unknown||TINYINT||0||filter identifier|| cmf primary header || FPA.FILTER. This single character filter (grizy) is then used to get the PSPS ID from Filter table [browser:trunk/ippToPsps/config/IN/tables.vot here] || |
| 39 | | || stackTypeID||unknown||TINYINT||0||stack type identifier|| DVO || Currently we have either DEEP_STACK or NIGHTLY_STACK, which we know when queuing up stacks. This is then used to get the PSPS ID from !StackType table [browser:trunk/ippToPsps/config/IN/tables.vot here]|| |
| 40 | | || magSat||unknown||REAL||-999||saturation magnitude level|| cmf primary header || FSATUR (not set?) || |
| 41 | | || analVer||unknown||SMALLINT||-999||analysis version index|| NA || empty CZW: header PHOT_V|| |
| 42 | | || expTime||s||REAL||-999|| exposure time|| cmf primary header || EXPTIME || |
| | 34 | || stackMetaID||dimensionless||BIGINT||0||stack identifier|| GPC1 database || stackRun.stack_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables. || |
| | 35 | || skycellID||dimensionless||INT||0||skycell region identifier|| GPC1 database || stackRun.skycell_id using sky_id and filter via staticskyInput, staticskyRun, and staticskyResult tables From, eg skycell.1133.081, use 1133081 || |
| | 36 | || surveyID||dimensionless||TINYINT||0||survey flag identifier||GPC1 database/DVO || We know survey from the DVO database in use, we then get the surveyID from the PSPS 'Survey' table [browser:trunk/ippToPsps/config/IN/tables.vot here] || |
| | 37 | || photoCalID||dimensionless||INT||0||photometry code numerical id|| DVO ||image->photcode from Image structure || |
| | 38 | || filterID||dimensionless||TINYINT||0||filter identifier|| cmf primary header || FPA.FILTER. This single character filter (grizy) is then used to get the PSPS ID from Filter table [browser:trunk/ippToPsps/config/IN/tables.vot here] || |
| | 39 | || stackTypeID||dimensionless||TINYINT||0||stack type identifier|| DVO || Currently we have either DEEP_STACK or NIGHTLY_STACK, which we know when queuing up stacks. This is then used to get the PSPS ID from !StackType table [browser:trunk/ippToPsps/config/IN/tables.vot here]|| |
| | 40 | || magSat||dimensionless||REAL||-999||saturation magnitude level|| cmf primary header || FSATUR (not set?) || |
| | 41 | || analVer||dimensionless||SMALLINT||-999||analysis version index|| NA || empty CZW: header PHOT_V|| |
| | 42 | || expTime||seconds||REAL||-999|| exposure time|| cmf primary header || EXPTIME || |
| 54 | | || ctype1||unknown||VARCHAR(MAX)|| ||name of astrometric projection in RA|| cmf primary header ||CTYPE1 || |
| 55 | | || ctype2||unknown||VARCHAR(MAX)|| ||name of astrometric projection in DEC|| cmf primary header|| CTYPE2|| |
| 56 | | || crval1||unknown||FLOAT||-999||RA corresponding to reference pixel|| cmf primary header|| CRVAL1|| |
| 57 | | || crval2||unknown||FLOAT||-999||DEC corresponding to reference pixel|| cmf primary header|| CRVAL2|| |
| 58 | | || crpix1||unknown||FLOAT||-999||reference pixel value for RA|| cmf primary header|| CRPIX1|| |
| 59 | | || crpix2||unknown||FLOAT||-999||reference pixel value for DEC|| cmf primary header||CRPIX2 || |
| 60 | | || cdelt1||unknown||FLOAT||-999||scale factor for RA|| cmf primary header||CDELT1 || |
| 61 | | || cdelt2||unknown||FLOAT||-999||scale factor for DEC|| cmf primary header|| CDELT2|| |
| 62 | | || pc001001||unknown||FLOAT||-999||elements of rotation/Dcale matrix||cmf primary header || PC001001|| |
| 63 | | || pc001002||unknown||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC001002|| |
| 64 | | || pc002001||unknown||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC002001|| |
| 65 | | || pc002002||unknown||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC002002|| |
| 66 | | || calibModNum||unknown||SMALLINT||0||calibration modification number|| NA || empty || |
| 67 | | || dataRelease||unknown||TINYINT||0||Data release|| NA || hardcoded to 1 || |
| | 54 | || ctype1||dimensionsless||VARCHAR(MAX)|| ||name of astrometric projection in RA|| cmf primary header ||CTYPE1 || |
| | 55 | || ctype2||dimensionsless||VARCHAR(MAX)|| ||name of astrometric projection in DEC|| cmf primary header|| CTYPE2|| |
| | 56 | || crval1||dimensionsless||FLOAT||-999||RA corresponding to reference pixel|| cmf primary header|| CRVAL1|| |
| | 57 | || crval2||dimensionsless||FLOAT||-999||DEC corresponding to reference pixel|| cmf primary header|| CRVAL2|| |
| | 58 | || crpix1||dimensionsless||FLOAT||-999||reference pixel value for RA|| cmf primary header|| CRPIX1|| |
| | 59 | || crpix2||dimensionsless||FLOAT||-999||reference pixel value for DEC|| cmf primary header||CRPIX2 || |
| | 60 | || cdelt1||dimensionsless||FLOAT||-999||scale factor for RA|| cmf primary header||CDELT1 || |
| | 61 | || cdelt2||dimensionsless||FLOAT||-999||scale factor for DEC|| cmf primary header|| CDELT2|| |
| | 62 | || pc001001||dimensionsless||FLOAT||-999||elements of rotation/Dcale matrix||cmf primary header || PC001001|| |
| | 63 | || pc001002||dimensionsless||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC001002|| |
| | 64 | || pc002001||dimensionsless||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC002001|| |
| | 65 | || pc002002||dimensionsless||FLOAT||-999||elements of rotation/Dcale matrix|| cmf primary header|| PC002002|| |
| | 66 | || calibModNum||dimensionsless||SMALLINT||0||calibration modification number|| NA || empty || |
| | 67 | || dataRelease||dimensionsless||TINYINT||0||Data release|| NA || hardcoded to 1 || |
| 86 | | || ~~~instFlux~~~ '''psfFlux'''||~~~unknown~~~ '''adu/sec'''||REAL||-999||PSF instrumental flux|| cmf !SkyChip.psf table and GPC1 || POW(10.0, (-0.4*PSF_INST_MAG)) / expTime (where expTime is from !StackMeta, see above) || |
| 87 | | || ~~~instFluxErr~~~ '''psfFluxErr'''||~~~unknown~~~ '''adu/sec'''||REAL||-999||estimated error in instrumental flux||cmf !SkyChip.psf table and GPC1 || ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / expTime)) / 1.085736) (where expTime from !StackMeta, see above)|| |
| 88 | | || peakFlux||~~~unknown~~~ '''adu'''||REAL||-999||ratio of peak flux to total flux|| cmf !SkyChip.psf table and GPC1||POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / expTime (where expTime is from !StackMeta, see above)|| |
| 89 | | || sky||~~~unknown~~~ '''adu/sec/pixel''' ||REAL||-999||PSF sky level at source (adu)|| cmf !SkyChip.psf table||SKY || |
| 90 | | || skyErr||~~~unknown~~~ '''adu/sec/pixel''' ||REAL||-999||estimated error in sky||cmf !SkyChip.psf table ||SKY_SIGMA || |
| | 85 | || psfFlux||adu/sec||REAL||-999||PSF instrumental flux|| cmf !SkyChip.psf table and GPC1 || POW(10.0, (-0.4*PSF_INST_MAG)) / expTime (where expTime is from !StackMeta, see above) || |
| | 86 | || psfFluxErr||adu/sec||REAL||-999||estimated error in instrumental flux||cmf !SkyChip.psf table and GPC1 || ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / expTime)) / 1.085736) (where expTime from !StackMeta, see above)|| |
| | 87 | || peakFlux||adu||REAL||-999||ratio of peak flux to total flux|| cmf !SkyChip.psf table and GPC1||POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / expTime (where expTime is from !StackMeta, see above)|| |
| | 88 | || sky||adu/sec/pixel ||REAL||-999||PSF sky level at source (adu)|| cmf !SkyChip.psf table||SKY || |
| | 89 | || skyErr|| adu/sec/pixel ||REAL||-999||estimated error in sky||cmf !SkyChip.psf table ||SKY_SIGMA || |
| 107 | | || ~~~apMag~~~'''apFlux'''||~~~magnitude~~~'''adu/sec'''||REAL||-999|| Aperture magnitude||cmf !SkyChip.psf table || AP_MAG converted to flux|| |
| 108 | | || ~~~apMagErr~~~'''apFluxErr'''||~~~magnitude~~~'''adu/sec'''||REAL||-999|| Aperture magnitude error|| NA || empty || |
| 109 | | || kronFlux||~~~magnitude~~~'''adu/sec'''||REAL||-999|| Kron flux||cmf !SkyChip.psf table ||KRON_FLUX / expTime || |
| 110 | | || kronFluxErr||~~~magnitude~~~'''adu/sec'''||REAL||-999|| Kron flux error||cmf !SkyChip.psf table ||KRON_FLUX_ERR / expTime || |
| | 106 | || apFlux||adu/sec||REAL||-999|| Aperture magnitude||cmf !SkyChip.psf table || AP_MAG converted to flux|| |
| | 107 | || apFluxErr||adu/sec||REAL||-999|| Aperture magnitude error|| NA || empty || |
| | 108 | || kronFlux||adu/sec||REAL||-999|| Kron flux||cmf !SkyChip.psf table ||KRON_FLUX / expTime || |
| | 109 | || kronFluxErr|| adu/sec||REAL||-999|| Kron flux error||cmf !SkyChip.psf table ||KRON_FLUX_ERR / expTime || |
| 121 | | || objID||dimensionless - ditto for IDs||BIGINT||0||ODM object identifier||DVO || same as !StackDetection - see above || |
| 122 | | || stackDetectID||unknown||BIGINT||0||ODM detection identifier|| DVO || same as !StackDetection - see above || |
| 123 | | || ippObjID||unknown||BIGINT||0||IPP object identifier|| DVO || same as !StackDetection - see above || |
| 124 | | || ippDetectID||unknown||BIGINT||0||detection ID generated by IPP|| cmf !SkyChip.xrad extension ||IPP_IDET || |
| 125 | | || filterID||unknown||TINYINT||0||filter identifier|| cmf primary header || Same as !StackMeta. See above. || |
| 126 | | || stackTypeID||unknown||TINYINT||0||stack type identifier|| DVO|| Same as !StackMeta. See above. || |
| 127 | | || surveyID||unknown||TINYINT||0||survey flag identifier|| GPC1 database/DVO|| Same as !StackMeta. See above. || |
| | 120 | || objID||dimensionless ||BIGINT||0||ODM object identifier||DVO || same as !StackDetection - see above || |
| | 121 | || stackDetectID||dimensionsless||BIGINT||0||ODM detection identifier|| DVO || same as !StackDetection - see above || |
| | 122 | || ippObjID||dimensionsless||BIGINT||0||IPP object identifier|| DVO || same as !StackDetection - see above || |
| | 123 | || ippDetectID||dimensionsless||BIGINT||0||detection ID generated by IPP|| cmf !SkyChip.xrad extension ||IPP_IDET || |
| | 124 | || filterID||dimensionsless||TINYINT||0||filter identifier|| cmf primary header || Same as !StackMeta. See above. || |
| | 125 | || stackTypeID||dimensionsless||TINYINT||0||stack type identifier|| DVO|| Same as !StackMeta. See above. || |
| | 126 | || surveyID||dimensionsless||TINYINT||0||survey flag identifier|| GPC1 database/DVO|| Same as !StackMeta. See above. || |
| 241 | | || objID||unknown||BIGINT||0||ODM object identifier index|| DVO || same as !StackDetection - see above || |
| 242 | | || ippObjID||unknown||BIGINT||0||IPP object number|| DVO || same as !StackDetection - see above || |
| 243 | | || projectionCellID||unknown||INT||-999||projection cell identifier at discovery time|| NA || same as !StackDetection - see above|| |
| 244 | | || dataRelease||unknown||TINYINT||0||Data release to propagate to the object|| NA || hardcoded to 1 || |
| 245 | | || surveyID||unknown||TINYINT||255||surveyID </coluumn>|| GPC1 database/DVO|| Same as !StackMeta. See above. || |
| | 240 | || objID||dimensionless||BIGINT||0||ODM object identifier index|| DVO || same as !StackDetection - see above || |
| | 241 | || ippObjID||dimensionless||BIGINT||0||IPP object number|| DVO || same as !StackDetection - see above || |
| | 242 | || projectionCellID||dimensionless||INT||-999||projection cell identifier at discovery time|| NA || same as !StackDetection - see above|| |
| | 243 | || dataRelease||dimensionless||TINYINT||0||Data release to propagate to the object|| NA || hardcoded to 1 || |
| | 244 | || surveyID||dimensionless||TINYINT||255||surveyID </coluumn>|| GPC1 database/DVO|| Same as !StackMeta. See above. || |
| 257 | | ||objID |||| BIGINT 8 || NA || ODM object identifier ||dvo || || |
| 258 | | ||stackDetectID || || BIGINT 8 || NA || ODM detection identifier || dvo || || |
| 259 | | ||ippObjID || || BIGINT 8 || NA || IPP object identifier||dvo || || |
| 260 | | ||ippDetectID || || BIGINT 8 || NA || detection ID generated by IPP|| dvo|| || |
| 261 | | ||filterID || || TINYINT 1|| NA || filter identifier|| dvo || || |
| 262 | | ||surveyID || || TINYINT 1|| NA || survey flag identifier|| dvo|| || |
| 263 | | ||ra ||degree || FLOAT 8 || NA || Right Ascension||dvo || || |
| 264 | | ||dec || ||FLOAT 8 || NA || No comment||dvo || || |
| 265 | | ||raErr ||arcsec||REAL 4 || 0.0 || Right Ascension error|| dvo|| || |
| 266 | | ||decErr || ||REAL 4 || NA ||No comment|| dvo|| || |
| 267 | | ||~~~calMag~~~ '''zp''' || '''mag''' || REAL 4 || NA || ~~~Observed, calibrated magnitude~~~ zeropoint|| dvo|| || |
| 268 | | ||~~~calMagErr~~~ '''zpErr'''|| '''mag''' || REAL 4 || 0.0 || ~~~Error in the observed, calibrated magnitude~~~ zeropoint err|| dvo|| || |
| 269 | | ||~~~calFlux~~~ '''expTime'''|| '''s''' || REAL 4 || NA ||~~~Calculated flux~~~ exptime ||dvo || || |
| 270 | | ||~~~calFluxErr~~~ '''airMass'''|| || REAL 4 || 0.0 ||~~~Error in the calculated flux~~~ airmass|| dvo|| || |
| 271 | | ||dataRelease || || TINYINT 1 || NA || Data release when this detection was processed || || || |
| 272 | | |
| 273 | | |
| 274 | | |
| | 256 | ||objID ||dimensionless|| BIGINT 8 || NA || ODM object identifier ||dvo || || |
| | 257 | ||stackDetectID ||dimensionless || BIGINT 8 || NA || ODM detection identifier || dvo || || |
| | 258 | ||ippObjID || dimensionless || BIGINT 8 || NA || IPP object identifier||dvo || || |
| | 259 | ||ippDetectID ||dimensionless || BIGINT 8 || NA || detection ID generated by IPP|| dvo|| || |
| | 260 | ||filterID ||dimensionless || TINYINT 1|| NA || filter identifier|| dvo || || |
| | 261 | ||surveyID ||dimensionless || TINYINT 1|| NA || survey flag identifier|| dvo|| || |
| | 262 | ||ra ||degrees || FLOAT 8 || NA || Right Ascension||dvo || || |
| | 263 | ||dec ||degrees ||FLOAT 8 || NA || No comment||dvo || || |
| | 264 | ||raErr ||arcsec||REAL 4 || 0.0 || Right Ascension error|| dvo|| || |
| | 265 | ||decErr ||arcsec ||REAL 4 || NA ||No comment|| dvo|| || |
| | 266 | ||zp || magnitude || REAL 4 || NA || zeropoint|| dvo|| || |
| | 267 | ||zpErr|| magnitude || REAL 4 || 0.0 || zeropoint err|| dvo|| || |
| | 268 | ||expTime|| seconds || REAL 4 || NA || exptime ||dvo || || |
| | 269 | ||airMass|| dimensionless || REAL 4 || 0.0 || airmass|| dvo|| || |
| | 270 | ||dataRelease || dimensionless || TINYINT 1 || NA || Data release when this detection was processed || || || |
| | 271 | |
| | 272 | |
| | 273 | |