IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26025


Ignore:
Timestamp:
Nov 4, 2009, 9:10:24 AM (17 years ago)
Author:
Paul Price
Message:

Turning on dual convolution, and spatial variation of the kernel. The
code is ready for these, though there are some cases (a few per
exposure) where the process blows up, and stamps_mean >> 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSub.config

    r26000 r26025  
    33KERNEL.TYPE     STR     ISIS            # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    44KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
    5 SPATIAL.ORDER   S32     0               # Spatial polynomial order
     5SPATIAL.ORDER   S32     1               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    77SOURCE.RADIUS   F32     3.0             # Source matching radius (pixels)
     
    4444INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
    4545
    46 DUAL            BOOL    FALSE           # Dual convolution?
     46DUAL            BOOL    TRUE            # Dual convolution?
    4747INVERSE         BOOL    FALSE           # Generate inverse subtraction?
    4848PHOTOMETRY      BOOL    FALSE           # Perform photometry?
Note: See TracChangeset for help on using the changeset viewer.