IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20553


Ignore:
Timestamp:
Nov 5, 2008, 1:43:33 PM (18 years ago)
Author:
Paul Price
Message:

Decreasing size of kernel.
Decreasing POOR.FRACTION (grow bad pixels more).
Decreasing order of spatial variation (higher orders prone to instability; lower order gives better results).

File:
1 edited

Legend:

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

    r20507 r20553  
    22
    33KERNEL.TYPE     STR     ISIS            # Kernel type to use (POIS|ISIS|SPAM|FRIES|GUNK|RINGS)
    4 KERNEL.SIZE     S32     35              # Kernel half-size (pixels)
    5 SPATIAL.ORDER   S32     1               # Spatial polynomial order
     4KERNEL.SIZE     S32     20              # Kernel half-size (pixels)
     5SPATIAL.ORDER   S32     0               # Spatial polynomial order
    66REGION.SIZE     F32     0               # Iso-kernel region size (pixels)
    7 STAMP.SPACING   F32     400             # Typical spacing between stamps (pixels)
    8 STAMP.FOOTPRINT S32     35              # Size of stamps (pixels)
     7STAMP.SPACING   F32     200             # Typical spacing between stamps (pixels)
     8STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
    99STAMP.THRESHOLD F32     0               # Flux threshold for stamps (ADU)
    1010ITER            S32     1               # Number of rejection iterations
     
    1414MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1515MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    16 POOR.FRACTION   F32     0.25            # Maximum fraction of bad weight for poor pixels
     16POOR.FRACTION   F32     0.10            # Maximum fraction of bad weight for poor pixels
    1717BADFRAC         F32     0.95            # Maximum fraction of bad pixels
    1818@ISIS.WIDTHS    F32     1 3 5 7         # Gaussian FWHMs for ISIS kernels
     
    4646STACK   METADATA
    4747        KERNEL.SIZE     S32     20      # Kernel half-size (pixels)
    48         STAMP.SPACING   F32     400     # Typical spacing between stamps (pixels)       
     48        STAMP.SPACING   F32     200     # Typical spacing between stamps (pixels)       
    4949        STAMP.FOOTPRINT S32     20      # Size of stamps (pixels)
    50         POOR.FRACTION   F32     0.9     # Maximum fraction of bad weight for poor pixels
     50        POOR.FRACTION   F32     0.1     # Maximum fraction of bad weight for poor pixels
     51        SPATIAL.ORDER   S32     1       # Spatial polynomial order
    5152END
    5253
Note: See TracChangeset for help on using the changeset viewer.