IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23976


Ignore:
Timestamp:
Apr 24, 2009, 5:31:26 PM (17 years ago)
Author:
Paul Price
Message:

Increasing DECONV.MAX for PPSTACK, since deconvolution fractions tend to be higher for simtest (result of using Gaussians, or stupid definition of deconvolution fraction?). Removing unnecessary ppSub recipe overrides. In particular, reverting to ISIS rather than RINGS.

Location:
trunk/ippconfig/simtest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simtest/ppStack.config

    r20607 r23976  
    11PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
     2DECONV.LIMIT    F32     1.5             # Deconvolution fraction for rejecting entire image
  • trunk/ippconfig/simtest/ppSub.config

    r19173 r23976  
    11### Recipe file for ppSub
    2 
    3 KERNEL.TYPE     STR     RINGS           # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    4 KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
    5 SPATIAL.ORDER   S32     1               # Spatial polynomial order
    6 REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    7 STAMP.SPACING   F32     200             # Typical spacing between stamps (pixels)
    8 STAMP.FOOTPRINT S32     35              # Size of stamps (pixels)
    9 STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
    10 ITER            S32     2               # Number of rejection iterations
    11 REJ             F32     2.              # Rejection level (std dev)
    12 MASK.IN         STR     MASK.VALUE      # Mask value for input
    13 MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    14 MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    15 POOR.FRACTION   F32     0.1             # Maximum fraction of bad weight for poor pixels
    16 BADFRAC         F32     0.8             # Maximum fraction of bad pixels
    17 @ISIS.WIDTHS    F32     1 3 5           # Gaussian FWHMs for ISIS kernels
    18 @ISIS.ORDERS    S32     2 2 2           # Polynomial orders for ISIS kernels
    19 INNER           S32     5               # Inner half-size for SPAM and FRIES kernels
    20 RINGS.ORDER     S32     2               # Polynomial order for RINGS kernels
    21 PENALTY         F32     1.0             # Penalty for wideness
    22 
    23 ### Modifications to use when stacking data
    24 STACK   METADATA
    25         KERNEL.TYPE     STR     RINGS   # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    26         KERNEL.SIZE     S32     15      # Kernel half-size (pixels)
    27 END
Note: See TracChangeset for help on using the changeset viewer.