Changes between Version 58 and Version 59 of ippToPsps_Stack
- Timestamp:
- Apr 20, 2012, 8:38:31 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Stack
v58 v59 36 36 || magSat||unknown||REAL||-999||saturation magnitude level|| cmf primary header || FSATUR (not set?) || 37 37 || analVer||unknown||SMALLINT||-999||analysis version index|| NA || empty CZW: header PHOT_V|| 38 || expTime||s||REAL||-999|| exposure time|| GPC1 || SELECT SUM(exp_time) * (COUNT(warp_id) - reject_images) / COUNT(warp_id) as EXPTIME FROM staticskyRun. JOIN-ed through numerous tables using stack_id starting point||38 || expTime||s||REAL||-999|| exposure time|| cmf primary header || EXPTIME || 39 39 || nP2Images||unknown||SMALLINT||-999||number of P2 images contributing to this cell||GPC1 ||a count of images listed in the !StackToImage table - see below || 40 40 || completMag||unknown||REAL||-999||95% completion level in mag|| cmf primary header || FLIMIT (not set?) or from the deteff extension or the detection efficiency server? || … … 80 80 || xPosErr||unknown||REAL||-999||estimated error in x|| cmf !SkyChip.psf table||X_PSF_SIG || 81 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) ||83 || instFluxErr||unknown||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 is as derived in!StackMeta, see above)||84 || peakFlux||unknown||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 as derived in!StackMeta, see above)||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 from !StackMeta, see above) || 83 || instFluxErr||unknown||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)|| 84 || peakFlux||unknown||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)|| 85 85 || sky||unknown||REAL||-999||PSF sky level at source (adu)|| cmf !SkyChip.psf table||SKY || 86 86 || skyErr||unknown||REAL||-999||estimated error in sky||cmf !SkyChip.psf table ||SKY_SIGMA || … … 249 249 || dataRelease||unknown||TINYINT||0||Data release when this color calibration was established|| NA || hardcoded to 1 || 250 250 251
