IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2009, 8:53:51 AM (17 years ago)
Author:
Paul Price
Message:

Fixing how stamps are found: ensuring NANs don't get into the stamp footprint, but trying not to make it go slow when looking for the maximum pixel in a subregion.

File:
1 edited

Legend:

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

    r23839 r23849  
    7878                                                const psRegion *region, ///< Region to search, or NULL
    7979                                                float threshold, ///< Threshold for stamps in the image
     80                                                int size, ///< Kernel half-size
    8081                                                int footprint, ///< Half-size for stamps
    8182                                                float spacing, ///< Rough spacing for stamps
     
    8990                                               const psImage *mask, ///< Mask, or NULL
    9091                                               const psRegion *region, ///< Region to search, or NULL
     92                                               int size, ///< Kernel half-size
    9193                                               int footprint, ///< Half-size for stamps
    9294                                               float spacing, ///< Rough spacing for stamps
     
    100102    const psImage *subMask,             ///< Mask, or NULL
    101103    const psRegion *region,             ///< Region to search, or NULL
     104    int size,                           ///< Kernel half-size
    102105    int footprint,                      ///< Half-size for stamps
    103106    float spacing,                      ///< Rough spacing for stamps
     
    111114    const psImage *subMask,             ///< Mask, or NULL
    112115    const psRegion *region,             ///< Region to search, or NULL
     116    int size,                           ///< Kernel half-size
    113117    int footprint,                      ///< Half-size for stamps
    114118    float spacing,                      ///< Rough spacing for stamps
Note: See TracChangeset for help on using the changeset viewer.