IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 5:03:33 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

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

    r21183 r21366  
    6868    }
    6969
    70     psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints);
     70    psphotCullPeaks(readout->image, readout->variance, recipe, detections->footprints);
    7171    detections->peaks = pmFootprintArrayToPeaks(detections->footprints);
    7272    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.