IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2010, 4:43:28 PM (16 years ago)
Author:
eugene
Message:

psphotCullPeaks now takes a pmReadout so we can get to readout->analysis; add some verbosity to psphotCullPeaks

File:
1 edited

Legend:

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

    r26894 r27673  
    5555    }
    5656
    57     psphotCullPeaks(readout->image, readout->variance, recipe, detections->footprints);
     57    psphotCullPeaks(readout, recipe, detections->footprints);
    5858    detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
    5959    psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));
Note: See TracChangeset for help on using the changeset viewer.