Changeset 29601
- Timestamp:
- Oct 28, 2010, 5:53:21 PM (16 years ago)
- Location:
- trunk/psModules/src/imcombine
- Files:
-
- 4 edited
-
pmSubtraction.h (modified) (1 diff)
-
pmSubtractionAnalysis.h (modified) (1 diff)
-
pmSubtractionKernels.h (modified) (1 diff)
-
pmSubtractionVisual.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r29004 r29601 20 20 #include <pmSubtractionKernels.h> 21 21 #include <pmSubtractionStamps.h> 22 23 // if we use the original ppSub implementation, we subtract a central delta-function for all 24 // kernels to for a zero integral. in the Alard-Lupton style zeroing, we can either subtract a 25 // Gaussian from all kernels (ZERO_KERNEL_ZERO_FLUX), or we can subtract it from all but the 26 // first kernel. 27 # define CENTRAL_DELTA 0 28 # define ZERO_KERNEL_ZERO_FLUX 1 22 29 23 30 /// @addtogroup imcombine Image Combinations -
trunk/psModules/src/imcombine/pmSubtractionAnalysis.h
r29543 r29601 22 22 #define PM_SUBTRACTION_ANALYSIS_MXY "SUBTRACTION.MXY" // Kernel moment in xy 23 23 #define PM_SUBTRACTION_ANALYSIS_MYY "SUBTRACTION.MYY" // Kernel moment in yy 24 #define PM_SUBTRACTION_ANALYSIS_DECONV_MAX "SUBTRACTION.DECONV.MAX" // Maximum deconvolution fraction 24 25 #define PM_SUBTRACTION_ANALYSIS_CONVOL_MAX "SUBTRACTION.CONVOL.MAX" // Maximum Convolution fraction 26 #define PM_SUBTRACTION_ANALYSIS_DECONV_MAX "SUBTRACTION.DECONV.MAX" // Maximum Deconvolution fraction 25 27 26 28 #define PM_SUBTRACTION_ANALYSIS_FRES_SIGMA_MEAN "SUBTRACTION.FRES.MEAN" // RMS stamp deviation -
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r29543 r29601 310 310 ); 311 311 312 psImage *pmSubtractionKernelsImageMosaic(pmSubtractionKernels *kernels); 313 312 314 #endif -
trunk/psModules/src/imcombine/pmSubtractionVisual.h
r26893 r29601 3 3 4 4 bool pmSubtractionVisualClose(void); 5 bool pmSubtractionVisualPlotConvKernels(p sImage *convKernels);5 bool pmSubtractionVisualPlotConvKernels(pmSubtractionKernels *kernels); 6 6 bool pmSubtractionVisualPlotStamps(pmSubtractionStampList *stamps, pmReadout *ro); 7 7 bool pmSubtractionVisualPlotLeastSquares(pmSubtractionStampList *stamps);
Note:
See TracChangeset
for help on using the changeset viewer.
