IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 6:43:44 AM (21 years ago)
Author:
eugene
Message:

substantial work on ensemble PSF fitting, better functions for evaluation, overall code cleanups

File:
1 edited

Legend:

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

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