Changeset 14521 for trunk/psModules/src/imcombine/pmSubtractionKernels.h
- Timestamp:
- Aug 15, 2007, 4:23:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionKernels.h
r14455 r14521 6 6 /// Type of subtraction kernel 7 7 typedef enum { 8 PM_SUBTRACTION_KERNEL_NONE, ///< Nothing --- an error 8 9 PM_SUBTRACTION_KERNEL_POIS, ///< Pan-STARRS Optimal Image Subtraction --- delta functions 9 10 PM_SUBTRACTION_KERNEL_ISIS, ///< Traditional kernel --- gaussians modified by polynomials … … 91 92 ); 92 93 94 /// Return the appropriate type from a string 95 pmSubtractionKernelsType pmSubtractionKernelsTypeFromString(const char *string // String name for kernel type 96 ); 97 98 93 99 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
