- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/imcombine/pmSubtractionVisual.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psModules/src/imcombine/pmSubtractionVisual.h
r29601 r30631 6 6 bool pmSubtractionVisualPlotStamps(pmSubtractionStampList *stamps, pmReadout *ro); 7 7 bool pmSubtractionVisualPlotLeastSquares(pmSubtractionStampList *stamps); 8 bool pmSubtractionVisualPlotLeastSquaresResid (const pmSubtractionStampList *stamps, psImage *matrixIn, int nUsed); 8 9 bool pmSubtractionVisualShowSubtraction(psImage *image, psImage *ref, psImage *sub); 10 11 bool pmSubtractionVisualShowFit(pmSubtractionStampList *stamps, pmSubtractionKernels *kernels); 9 12 bool pmSubtractionVisualShowFitInit(pmSubtractionStampList *stamps); 10 13 bool pmSubtractionVisualShowFitAddStamp(psKernel *target, psKernel *source, psKernel *convolution, double background, double norm, int index); 11 bool pmSubtractionVisualShowFit(double norm); 14 bool pmSubtractionVisualShowFitImage(double norm); 15 12 16 bool pmSubtractionVisualPlotFit(const pmSubtractionKernels *kernels); 13 17 bool pmSubtractionVisualShowKernels(pmSubtractionKernels *kernels); 14 18 bool pmSubtractionVisualShowBasis(pmSubtractionStampList *stamps); 19 bool pmSubtractionVisualPlotChisqAndMoments(psVector *fluxes, psVector *chisq, psVector *moments); 15 20 16 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
