IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2007, 4:23:37 PM (19 years ago)
Author:
Paul Price
Message:

Adding function to get the kernel type from a string.

File:
1 edited

Legend:

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

    r14455 r14521  
    66/// Type of subtraction kernel
    77typedef enum {
     8    PM_SUBTRACTION_KERNEL_NONE,         ///< Nothing --- an error
    89    PM_SUBTRACTION_KERNEL_POIS,         ///< Pan-STARRS Optimal Image Subtraction --- delta functions
    910    PM_SUBTRACTION_KERNEL_ISIS,         ///< Traditional kernel --- gaussians modified by polynomials
     
    9192    );
    9293
     94/// Return the appropriate type from a string
     95pmSubtractionKernelsType pmSubtractionKernelsTypeFromString(const char *string // String name for kernel type
     96    );
     97
     98
    9399#endif
Note: See TracChangeset for help on using the changeset viewer.