IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2011, 4:01:30 PM (15 years ago)
Author:
watersc1
Message:

Unconvolved diff code. Needs to be checked before merging into the trunk.

Location:
branches/czw_branch/20110406/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ippconfig/recipes/ppSub.config

    r31163 r31302  
    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
  • branches/czw_branch/20110406/ippconfig/recipes/reductionClasses.mdc

    r31253 r31302  
    217217END
    218218
     219WARPQSTACK      METADATA
     220        DIFF_PPSUB      STR     WARPQSTACK
     221        DIFF_PSPHOT     STR     DIFF
     222        JPEG_BIN1       STR     PPIMAGE_J1
     223        JPEG_BIN2       STR     PPIMAGE_J2
     224END
     225
     226NOCONVDIFF      METADATA
     227        DIFF_PPSUB      STR     UNCONVOLVED
     228        DIFF_PSPHOT     STR     DIFF
     229        JPEG_BIN1       STR     PPIMAGE_J1
     230        JPEG_BIN2       STR     PPIMAGE_J2
     231END
     232
    219233# reduction classes for different stacks
    220234# regular stacks
Note: See TracChangeset for help on using the changeset viewer.