IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2012, 11:55:18 AM (14 years ago)
Author:
watersc1
Message:

Changes to ppSub.config and reduction classes to make the default diff a WW diff, and to add a reduction class for SWEETSPOT_WS (warp/stack) diffs.

File:
1 edited

Legend:

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

    r33550 r34658  
    9090# Recipe overrides for DIFF
    9191DIFF    METADATA
     92        DUAL            BOOL    TRUE    # Dual convolution?
     93        INVERSE         BOOL    TRUE    # Generate inverse subtraction?
     94        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     95
     96        # penalty of 1.0
     97        # DUAL convolution is more sensitive to the number of kernels
     98        # do not provide as many orders as for SINGLE
     99        # @ISIS.WIDTHS  F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     100        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     101        # @ISIS.WIDTHS  F32     2.0  3.0  5.0   # Gaussian kernel FWHM values
     102        # @ISIS.WIDTHS  F32     2.1  4.2  8.4   # Gaussian kernel FWHM values
     103        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
     104
     105        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     106        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     107        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
    92108END
    93109
Note: See TracChangeset for help on using the changeset viewer.