IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2009, 3:28:06 PM (17 years ago)
Author:
eugene
Message:

add notes

File:
1 edited

Legend:

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

    r24875 r24888  
    103103        // XXX optionally use the faster pmFootprintsFind if the subimage size is large (eg, M31)
    104104
     105        // XXX this is not quite there yet:
     106        // pmFootprint *peakFootprint = NULL;
     107        // int area = subImg->numCols * subImg->numRows;
     108        // if (area > 30000) {
     109
     110        pmFootprint *peakFootprint = pmFootprintsFindAtPoint(subImg, threshold, brightPeaks, peak->y, peak->x);
     111
    105112        // at this point brightPeaks only has the peaks brighter than the current
    106         pmFootprint *peakFootprint = pmFootprintsFindAtPoint(subImg, threshold, brightPeaks, peak->y, peak->x);
    107113
    108114        // XXX need to supply the image here
Note: See TracChangeset for help on using the changeset viewer.