IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31435 for trunk/ippconfig


Ignore:
Timestamp:
May 4, 2011, 3:59:42 PM (15 years ago)
Author:
watersc1
Message:

LAP code, quick stacking code, and unconvolved diff code.

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r31163 r31435  
    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
  • trunk/ippconfig/recipes/reductionClasses.mdc

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