IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 29 and Version 30 of ppSub_testing_201201


Ignore:
Timestamp:
Feb 11, 2012, 8:17:19 AM (14 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppSub_testing_201201

    v29 v30  
    204204 * for select night samples should setup and run locally. still on the todo list.
    205205
    206 
     206== diffim stats and flags ==
     207
     208There are columns of diffim stats and flags to help characterize the diffim and detections
     209 * detection catalog uses CMF_PS1_DV2 -- DIFF_* entries http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/CMF_PS1_DV2
     210  * descriptions need more added
     211
     212 * FLAGS2 http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/browser/trunk/psModules/src/objects/pmSourceMasks.h
     213  * PM_SOURCE_MODE2_MATCHED for psphotStack
     214  * descriptions need more added
     215
     216DIFF_ equivalent setting from photpipe:
     217 * DC_FRATIO_MIN           0.75   
     218 * DC_NRATIO_BAD_MIN       0.7     
     219 * DC_NRATIO_MASK_MIN      0.6
     220 * DC_NRATIO_ALL_MIN       0.5
     221 * DC_NGOOD_MIN            3
     222
     223DIFF_ initial settings from Maria Teresa's tests:
     224 * DIFF_NPOS       >5       nPos  (n pix > 3 sigma)
     225 * DIFF_FRATIO     >0.7     fPos / (fPos + fNeg)
     226 * DIFF_NRATIO_BAD  >0.7    nPos / (nPos + nNeg)
     227 * DIFF_NRATIO_MASK >0.7    nPos / (nPos + nMask)
     228 * DIFF_NRATIO_ALL  >0.5    nPos / (nGood + nMask + nBad)
     229
     230