IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10407


Ignore:
Timestamp:
Dec 1, 2006, 2:57:17 PM (20 years ago)
Author:
Paul Price
Message:

Updating recipe to contain all options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/megacam/ppMerge_flat.config

    r9906 r10407  
    11# Recipe configuration for ppMerge
    2  
     2
    33ROWS            S32     128             # Number of rows to read at once
    44ELECTRONS       F32     100.0           # Minimum number of electrons for useful signal
     
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    1010NKEEP           S32     5               # Minimum number of pixels in stack to keep
     11FRINGE.NUM      S32     5000            # Number of fringe regions
     12FRINGE.SIZE     S32     3               # Half-size of fringe regions
     13FRINGE.XSMOOTH  S32     11              # Number of smoothing regions in x
     14FRINGE.YSMOOTH  S32     5               # Number of smoothing regions in y
     15SHUTTER.SIZE    S32     128             # Size for shutter measurement regions
     16SHUTTER.ITER    S32     2               # Number of iterations for shutter measurement
     17SHUTTER.REJECT  F32     3               # Rejection limit for shutter measurement
     18MASK.SUSPECT    F32     5.0             # Threshold for suspect pixels (sigma)
     19MASK.BAD        F32     -4.0            # Threshold for bad pixels (sigma)
    1120MASKVAL         S32     0xff            # Mask value for input data
    12 ### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
    1321COMBINE         STR     MEAN            # Statistic to use for combination:
     22WEIGHTS         BOOL    TRUE            # Use image weights?
    1423MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
    1524STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
Note: See TracChangeset for help on using the changeset viewer.