IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20469


Ignore:
Timestamp:
Oct 29, 2008, 5:05:56 PM (18 years ago)
Author:
Paul Price
Message:

Altering parameters for stacking: smaller kernel means more stamps are
good; larger poor fraction means bad pixels are grown more (so we
don't need to reject pixels we already know are bad).

File:
1 edited

Legend:

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

    r20424 r20469  
    1313MASK.BAD        STR     BLANK           # Mask value to give bad pixels
    1414MASK.POOR       STR     POOR.WARP       # Mask value to give poor pixels
    15 POOR.FRACTION   F32     0.02            # Maximum fraction of bad weight for poor pixels
     15POOR.FRACTION   F32     0.25            # Maximum fraction of bad weight for poor pixels
    1616BADFRAC         F32     0.95            # Maximum fraction of bad pixels
    1717@ISIS.WIDTHS    F32     1 3 5 7         # Gaussian FWHMs for ISIS kernels
     
    4141# Recipe overrides for STACK
    4242STACK   METADATA
     43        KERNEL.SIZE     S32     20      # Kernel half-size (pixels)
     44        STAMP.SPACING   F32     200     # Typical spacing between stamps (pixels)       
     45        STAMP.FOOTPRINT S32     20      # Size of stamps (pixels)
     46        POOR.FRACTION   F32     0.9     # Maximum fraction of bad weight for poor pixels
    4347END
    4448
Note: See TracChangeset for help on using the changeset viewer.