IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2005, 5:33:32 AM (21 years ago)
Author:
eugene
Message:

simultaneous PSF fitting, better background, basic deblending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmPeaksSigmaLimit.c

    r5617 r5672  
    2323    // set peak threshold
    2424    NSIGMA    = psMetadataLookupF32 (&status, config, "PEAKS_NSIGMA_LIMIT");
    25     threshold = NSIGMA*sky->sampleStdev + sky->sampleMean;
     25   
     26    // threshold = NSIGMA*sky->sampleStdev + sky->sampleMean;
     27    threshold = NSIGMA*sky->sampleStdev;
    2628    psLogMsg ("psphot", 3, "threshold: %f DN\n", threshold);
    2729
Note: See TracChangeset for help on using the changeset viewer.