IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 45 and Version 46 of ippToPsps_Detections


Ignore:
Timestamp:
Jun 23, 2011, 3:52:09 PM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Detections

    v45 v46  
    146146|| '''Detection''' ||||||||||||||
    147147|| '''ODM attribute''' || '''units''' || '''Data type''' || '''Default''' || '''Description''' || '''IPP source''' || '''IPP variable/notes''' ||
    148 || objID||unknown||BIGINT||0||ODM object identifier|| || ||
    149 || detectID||unknown||BIGINT||0||ODM detection identifier|| || ||
    150 || ippObjID||unknown||BIGINT||0||object id generated by IPP|| || ||
    151 || ippDetectID||unknown||BIGINT||0||detection id generated by IPP|| || ||
     148|| objID||unknown||BIGINT||0||ODM object identifier|| DVO || ave.extID from dvoDetection structure ||
     149|| detectID||unknown||BIGINT||0||ODM detection identifier|| DVO || meas.extID from dvoDetection structure ||
     150|| ippObjID||unknown||BIGINT||0||object id generated by IPP|| DVO || ave.catID*1000000000 + ave.objID from dvoDetection structure ||
     151|| ippDetectID||unknown||BIGINT||0||detection id generated by IPP|| smf XYnn.psf extension || IPP_IDET ||
    152152|| filterID||unknown||TINYINT||0||filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ...|| smf primary header || same as for !FrameMeta (see above) ||
    153153|| surveyID||unknown||TINYINT||0||survey flag identifier|| GPC1 || same as for !FrameMeta (see above) ||
    154154|| imageID||unknown||BIGINT||0||image id hash of frame identifier & OTA/CCD number|| GPC1 and smf extension name|| same as for !ImageMeta (see above)||
    155 || obsTime||day||FLOAT||-999|| Time of mid observation|| || ||
    156 || xPos||pix||REAL||-999|| measured x on CCD from PSF fit|| || ||
    157 || yPos||pix||REAL||-999|| measured y on CCD from PSF fit|| || ||
    158 || xPosErr||pix||REAL||-999|| estimated error in x|| || ||
    159 || yPosErr||pix||REAL||-999|| estimated error in y|| || ||
    160 || instFlux||adu/s||REAL||-999|| PSF instrumental flux|| || ||
    161 || instFluxErr||adu/s||REAL||-999|| estimated error in flux|| || ||
    162 || peakADU||adu||REAL||-999|| peak count in source pixel|| || ||
    163 || psfWidMajor||arcsec||REAL||-999|| model PSF width in major axis|| || ||
    164 || psfWidMinor||arcsec||REAL||-999|| model PSF width in minor axis|| || ||
    165 || psfTheta||deg||REAL||-999|| model PSF orientation angle|| || ||
    166 || psfLikelihood||unknown||REAL||-999||PSF likelihood|| || ||
    167 || psfCf||unknown||REAL||-999||PSF coverage factor|| || ||
    168 || momentXX||arcsec||REAL||-999|| moment XX|| || ||
    169 || momentXY||arcsec||REAL||-999|| moment XY|| || ||
    170 || momentYY||arcsec||REAL||-999|| momeny YY|| || ||
    171 || apMag||magnitude||REAL||-999|| Aperture magnitude|| || ||
    172 || apMagErr||magnitude||REAL||-999|| Aperture magnitude error|| || ||
    173 || kronFlux||magnitude||REAL||-999|| Kron flux|| || ||
    174 || kronFluxErr||magnitude||REAL||-999|| Kron flux error|| || ||
    175 || kronRad||arcsecs||REAL||-999|| Kron radius|| || ||
    176 || kronRadErr||arcsecs||REAL||-999|| Kron radius error|| || ||
    177 || crLikelihood||unknown||REAL||-999||Likelihood the source is a cosmic ray|| || ||
    178 || extendedLikelihood||unknown||REAL||-999||Likelihood the source is extended|| || ||
     155|| obsTime||day||FLOAT||-999|| Time of mid observation|| smf primary header || (MJD-OBS + EXPTIME) / 172800.0 ||
     156|| xPos||pix||REAL||-999|| measured x on CCD from PSF fit||smf XYnn.psf extension  || X_PSF ||
     157|| yPos||pix||REAL||-999|| measured y on CCD from PSF fit||smf XYnn.psf extension || Y_PSF ||
     158|| xPosErr||pix||REAL||-999|| estimated error in x||smf XYnn.psf extension || X_PSF_SIG ||
     159|| yPosErr||pix||REAL||-999|| estimated error in y|| smf XYnn.psf extension|| Y_PSF_SIG ||
     160|| instFlux||adu/s||REAL||-999|| PSF instrumental flux|| smf primary header (EXPTIME) and XYnn.psf extension || POW(10.0, (-0.4*PSF_INST_MAG)) / EXPTIME ||
     161|| instFluxErr||adu/s||REAL||-999|| estimated error in flux|| smf primary header (EXPTIME) and XYnn.psf extension  || ABS((PSF_INST_MAG_SIG*(POW(10.0, (-0.4*PSF_INST_MAG)) / EXPTIME)) / 1.085736) ||
     162|| peakADU||adu||REAL||-999|| peak count in source pixel|| smf primary header (EXPTIME) and XYnn.psf extension ||POW(10.0, (-0.4*PEAK_FLUX_AS_MAG)) / EXPTIME ||
     163|| psfWidMajor||arcsec||REAL||-999|| model PSF width in major axis||smf XYnn.psf extension ||PSF_MAJOR ||
     164|| psfWidMinor||arcsec||REAL||-999|| model PSF width in minor axis||smf XYnn.psf extension || PSF_MINOR||
     165|| psfTheta||deg||REAL||-999|| model PSF orientation angle|| smf XYnn.psf extension||PSF_THETA ||
     166|| psfLikelihood||unknown||REAL||-999||PSF likelihood||smf XYnn.psf extension || erfc(abs(EXT_NSIGMA) / sqrt(2)) ||
     167|| psfCf||unknown||REAL||-999||PSF coverage factor||smf XYnn.psf extension || PSF_QF ||
     168|| momentXX||arcsec||REAL||-999|| moment XX||smf XYnn.psf extension ||MOMENTS_XX ||
     169|| momentXY||arcsec||REAL||-999|| moment XY||smf XYnn.psf extension || MOMENTS_XY||
     170|| momentYY||arcsec||REAL||-999|| momeny YY|| smf XYnn.psf extension||MOMENTS_YY ||
     171|| apMag||magnitude||REAL||-999|| Aperture magnitude||smf XYnn.psf extension || AP_MAG||
     172|| apMagErr||magnitude||REAL||-999|| Aperture magnitude error|| NA || empty ||
     173|| kronFlux||magnitude||REAL||-999|| Kron flux|| NA || empty ||
     174|| kronFluxErr||magnitude||REAL||-999|| Kron flux error|| NA || empty ||
     175|| kronRad||arcsecs||REAL||-999|| Kron radius|| NA || empty ||
     176|| kronRadErr||arcsecs||REAL||-999|| Kron radius error|| NA || empty ||
     177|| crLikelihood||unknown||REAL||-999||Likelihood the source is a cosmic ray|| || (EXT_NSIGMA > 0) ? 0 : 1 - psfLikelihood ||
     178|| extendedLikelihood||unknown||REAL||-999||Likelihood the source is extended|| || (EXT_NSIGMA > 0) ? 1 - psfLikelihood : 0||
    179179|| infoFlag||unknown||BIGINT||-999||flag indicating provenance information|| || ||
    180180|| sky||adu||REAL||-999|| PSF sky level at source|| || ||