IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30748


Ignore:
Timestamp:
Feb 24, 2011, 9:00:31 AM (15 years ago)
Author:
eugene
Message:

add a test point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c

    r30621 r30748  
    6767    psArray *brightPeaks = psArrayAllocEmpty(fp->peaks->n);
    6868    psArrayAdd (brightPeaks, 128, fp->peaks->data[0]);
     69
     70    // XXX test point
     71    // pmPeak *myPeak = fp->peaks->data[0];
     72    // if ((fabs(myPeak->x - 320) < 30) && (fabs(myPeak->y - 430) < 30)) {
     73    //  fprintf (stderr, "test peak\n");
     74    // }
    6975
    7076    // allocate the peakFootprint and peakFPSpans containers -- these are re-used by pmFootprintsFindAtPoint to minimize allocs in this function
Note: See TracChangeset for help on using the changeset viewer.