IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:05:10 AM (15 years ago)
Author:
eugene
Message:

merging updates from trunk

Location:
branches/eam_branches/ipp-20110404/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/ippconfig

  • branches/eam_branches/ipp-20110404/ippconfig/recipes/ppSub.config

    r31163 r31439  
    7676INVERSE         BOOL    FALSE           # Generate inverse subtraction?
    7777PHOTOMETRY      BOOL    FALSE           # Perform photometry?
     78NOCONVOLVE      BOOL    FALSE           # Skip convolution?
     79
    7880
    7981FORCED.PHOTOMETRY.BOTH BOOL FALSE       # forced photometry on input sources?
     
    141143 FORCED.PHOTOMETRY.BOTH BOOL    TRUE    # forced photometry on input sources
    142144END
     145
     146# Difference of warp - quickstack
     147WARPQSTACK      METADATA
     148        DUAL            BOOL    TRUE    # Dual convolution?
     149        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     150        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     151
     152        # penalty of 1.0
     153        # DUAL convolution is more sensitive to the number of kernels
     154        # do not provide as many orders as for SINGLE
     155        # @ISIS.WIDTHS  F32     2.4  5.0  10.0  # Gaussian kernel FWHM values
     156        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     157        # @ISIS.WIDTHS  F32     2.0  3.0  5.0   # Gaussian kernel FWHM values
     158        # @ISIS.WIDTHS  F32     2.1  4.2  8.4   # Gaussian kernel FWHM values
     159        @ISIS.ORDERS    S32     2    2    2     # Polynomial orders for ISIS kernels
     160
     161        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     162        KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
     163        STAMP.FOOTPRINT S32     15              # Size of stamps (pixels)
     164END
     165
     166# Do no convolution
     167UNCONVOLVED     METADATA
     168        DUAL            BOOL    FALSE   # Dual convolution?
     169        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     170        PHOTOMETRY      BOOL    FALSE   # Perform photometry?
     171        NOCONVOLVE      BOOL    TRUE
     172        CONVOLVE.TARGET STR     SINGLE2 # convolution direction
     173END
     174
     175# Difference of warp - junkstack
     176WARPJSTACK      METADATA
     177        DUAL            BOOL    FALSE   # Dual convolution?
     178        INVERSE         BOOL    FALSE   # Generate inverse subtraction?
     179        PHOTOMETRY      BOOL    TRUE    # Perform photometry?
     180        CONVOLVE.TARGET STR     SINGLE1 # convolution direction
     181END
     182
    143183
    144184#PR image class
Note: See TracChangeset for help on using the changeset viewer.