IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27493


Ignore:
Timestamp:
Mar 28, 2010, 11:01:18 AM (16 years ago)
Author:
eugene
Message:

adding my notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/psphot/doc/notes.20100131.txt

    r27440 r27493  
    1313 SAT, but have integrated fluxes lower than expected (underfitted in
    1414 PSF).
     15
     16 Additional Parameters needed from psphot for distinguishing dipoles:
     17
     18 -- note regarding CfA parameters --
     19
     20  Here are our settings.
     21 
     22  Note that Fpos is the flux which is 3-sigma above background, and
     23  Fneg is the flux which is 3-sigma below background.
     24 
     25  Npos is the # of pixels with flux which is 3-sigma above background.
     26 
     27  etc.
     28 
     29  # for positive objects:
     30  # Ngood = Npos, Nbad = Nneg, Fgood = Fpos, Fbad = Fneg
     31
     32  # for negative objects:
     33  # Ngood = Nneg, Nbad = Npos, Fgood = Fneg, Fbad = Fpos
     34  # FRATIO=Fgood/(Fgood+Fbad)
     35  # NRATIO_BAD=Ngood/(Ngood+Nbad)
     36  # NRATIO_MASK=Ngood/(Ngood+Nmask)
     37  # NRATIO_ALL=Ngood/(Ngood+Nbad+Nmask)
     38  DC_FRATIO_MIN         0.75   
     39  DC_NRATIO_BAD_MIN     0.70   
     40  DC_NRATIO_MASK_MIN    0.60
     41  DC_NRATIO_ALL_MIN     0.50
     42  DC_NGOOD_MIN          3
     43
     44  *** double-check on the use of fluxScale in pmSourcePhotometry.c:106
    1545
    164620100131
Note: See TracChangeset for help on using the changeset viewer.