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/psphot.h

    r13225 r13348  
    3030                                 const bool returnFootprints, const int pass);
    3131#include "pmFootprint.h"
    32 psErrorCode     psphotCullPeaks(const pmReadout *readout, const psMetadata *recipe, psArray *footprints);
     32psErrorCode     psphotCullPeaks(const psImage *img, const psImage *weight,
     33                                const psMetadata *recipe, psArray *footprints);
    3334psArray        *psphotSourceStats (pmReadout *readout, psMetadata *recipe, psArray *allpeaks);
    3435bool            psphotRoughClass (psArray *sources, psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.