IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35581 for trunk/ippconfig


Ignore:
Timestamp:
May 13, 2013, 2:22:18 PM (13 years ago)
Author:
mhuber
Message:

adding sweetspot test ppSub nodual reduction case

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

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

    r35562 r35581  
    108108END
    109109
     110# test setup for nodual case
     111DIFF_NODUAL    METADATA   
     112        DUAL             BOOL    FALSE    # Dual convolution?
     113        INVERSE          BOOL    TRUE    # Generate inverse subtraction?
     114        PHOTOMETRY       BOOL    TRUE    # Perform photometry?
     115        CONVOLVE.TARGET  STR     SINGLE_AUTO
     116
     117        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     118        @ISIS.ORDERS    S32     6    4    2     # Polynomial orders for ISIS kernels
     119
     120        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     121        KERNEL.SIZE     S32     20              # Kernel half-size (pixels)
     122        STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
     123END
     124
    110125# Difference of two warps
    111126WARPWARP        METADATA
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r35580 r35581  
    299299END
    300300
     301# sweetspot no dual test case
     302SWEETSPOT_NODUAL            METADATA
     303        DIFF_PPSUB        STR     DIFF_NODUAL
     304        DIFF_PSPHOT       STR     SSTF_DIFF
     305        JPEG_BIN1         STR     PPIMAGE_J1
     306        JPEG_BIN2         STR     PPIMAGE_J2
     307END
    301308
    302309CONSTANT_WEIGHTPHOT             METADATA
Note: See TracChangeset for help on using the changeset viewer.