IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:47:07 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120627/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/psModules

  • branches/eam_branches/ipp-20120627/psModules/src/objects/pmFootprintCullPeaks.c

    r33578 r34246  
    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.