IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:34:39 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (substantially changes to the kernel matching code; updates to pmDetection container, added pmPattern, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionVisual.h

    r23487 r26893  
    77bool pmSubtractionVisualPlotLeastSquares(pmSubtractionStampList *stamps);
    88bool pmSubtractionVisualShowSubtraction(psImage *image, psImage *ref, psImage *sub);
     9bool pmSubtractionVisualShowFitInit(pmSubtractionStampList *stamps);
     10bool pmSubtractionVisualShowFitAddStamp(psKernel *target, psKernel *source, psKernel *convolution, double background, double norm, int index);
     11bool pmSubtractionVisualShowFit(double norm);
     12bool pmSubtractionVisualPlotFit(const pmSubtractionKernels *kernels);
     13bool pmSubtractionVisualShowKernels(pmSubtractionKernels *kernels);
     14bool pmSubtractionVisualShowBasis(pmSubtractionStampList *stamps);
    915
    1016#endif
Note: See TracChangeset for help on using the changeset viewer.