IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34198


Ignore:
Timestamp:
Jul 24, 2012, 3:33:26 PM (14 years ago)
Author:
bills
Message:

comment out warning upper limit: %f does not include max flux: %f". It isn't a problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmFootprintCullPeaks.c

    r33578 r34198  
    118118            threshbounds->data.F32[i] = 0.25*beta2*PS_SQR(i) + min_threshold;       
    119119        }
     120#if (0)
    120121        if (threshbounds->data.F32[threshbounds->n-1] > maxFlux) {
    121122            psWarning ("upper limit: %f does not include max flux: %f",
    122123                    threshbounds->data.F32[threshbounds->n-1], maxFlux);
    123124        }
     125#endif
    124126        psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
    125127
     
    195197            psImageInit(idImg, 0);
    196198            pmSetFootprintArrayIDsForImage(idImg, myFP, true);
    197        
     199
    198200            // check which footprints contain already-accepted (brighter) peaks
    199201            // (we can give up if/when we found a peak for all footprints)
Note: See TracChangeset for help on using the changeset viewer.