IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2007, 1:54:26 PM (19 years ago)
Author:
Paul Price
Message:

Adding additional convolution kernels: SPAM (binned pixels around a central single-pixel core) and FRIES (binning changes as a (Fibonacci-like) function of radius).

File:
1 edited

Legend:

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

    r13735 r14106  
    33
    44#include <pslib.h>
     5
    56
    67/// Status of stamp
     
    2526                                 const psImage *image, ///< Image for which to find stamps
    2627                                 const psImage *mask, ///< Mask
     28                                 psMaskType maskVal, ///< Value for mask
     29                                 psMaskType bad, ///< Mask value for bad stamps
    2730                                 float threshold, ///< Threshold for stamps in the image
    28                                  float spacing ///< Rough spacing for stamps
     31                                 float spacing, ///< Rough spacing for stamps
     32                                 int border ///< Size of border around image; no stamps in border
    2933    );
    3034
Note: See TracChangeset for help on using the changeset viewer.