IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2007, 12:59:04 PM (19 years ago)
Author:
eugene
Message:

accepting updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/imcombine/pmSubtractionKernels.h

    r14671 r15516  
    1414    PM_SUBTRACTION_KERNEL_RINGS,        ///< Rings Instead of the Normal Gaussian Subtraction
    1515} pmSubtractionKernelsType;
     16
     17/// Modes --- specifies which image to convolve
     18typedef enum {
     19    PM_SUBTRACTION_MODE_ERR,            // Error in the mode
     20    PM_SUBTRACTION_MODE_TARGET,         // Convolve image 1 to match target PSF
     21    PM_SUBTRACTION_MODE_1,              // Convolve image 1
     22    PM_SUBTRACTION_MODE_2,              // Convolve image 2
     23    PM_SUBTRACTION_MODE_UNSURE,         // Not sure yet which image to convolve so try to satisfy both
     24    PM_SUBTRACTION_MODE_DUAL,           // Dual convolution
     25} pmSubtractionMode;
    1626
    1727/// Kernels specification
Note: See TracChangeset for help on using the changeset viewer.