IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2007, 3:29:57 AM (19 years ago)
Author:
rhl
Message:

Change psphotCullPeaks API to allow user to choose which image to use (e.g. non-object-subtracted)

File:
1 edited

Legend:

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

    r13304 r13348  
    170170       psArray *newFootprints = psphotFindPeaks (readout, recipe, useFootprints, 2);
    171171
    172        psphotCullPeaks(readout, recipe, newFootprints);
     172       psphotCullPeaks(readout->image, readout->weight, recipe, newFootprints);
    173173
    174174       newPeaks = pmFootprintArrayToPeaks(newFootprints);
Note: See TracChangeset for help on using the changeset viewer.