IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 58 and Version 59 of ippToPsps_Stack


Ignore:
Timestamp:
Apr 20, 2012, 8:38:31 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Stack

    v58 v59  
    3636|| magSat||unknown||REAL||-999||saturation magnitude level|| cmf primary header || FSATUR (not set?) ||
    3737|| 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 ||
    3939|| nP2Images||unknown||SMALLINT||-999||number of P2 images contributing to this cell||GPC1 ||a count of images listed in the !StackToImage table - see below ||
    4040|| 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? ||
     
    8080|| xPosErr||unknown||REAL||-999||estimated error in x|| cmf !SkyChip.psf table||X_PSF_SIG ||
    8181|| 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)||
    8585|| sky||unknown||REAL||-999||PSF sky level at source (adu)|| cmf !SkyChip.psf table||SKY ||
    8686|| skyErr||unknown||REAL||-999||estimated error in sky||cmf !SkyChip.psf table ||SKY_SIGMA ||
     
    249249|| dataRelease||unknown||TINYINT||0||Data release when this color calibration was established|| NA || hardcoded to 1 ||
    250250
    251