IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 12:26:12 PM (20 years ago)
Author:
Paul Price
Message:

Minor changes; these are my favourite parameters for the moment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/ppMerge_template.config

    r7183 r7456  
    11# Recipe configuration for ppMerge
    22 
    3 ROWS            S32     128             # Number of rows to read at once
     3ROWS            S32     256             # Number of rows to read at once
    44ELECTRONS       F32     100.0           # Minimum number of electrons for useful signal
    55SAMPLE          S32     100             # Sampling factor for measuring the background
    66REJ             F32     3.0             # Rejection threshold (sigma)
    7 ITER            S32     3               # Number of rejection iterations
    8 FRACHIGH        F32     0.1             # Fraction of high pixels to reject immediately
     7ITER            S32     1               # Number of rejection iterations
     8FRACHIGH        F32     0.3             # Fraction of high pixels to reject immediately
    99FRACLOW         F32     0.1             # Fraction of low pixels to reject immediately
    10 NKEEP           S32     3               # Minimum number of pixels in stack to keep
     10NKEEP           S32     5               # Minimum number of pixels in stack to keep
    1111MASKVAL         S32     0xff            # Mask value for input data
    12 COMBINE         STR     MEAN            # Statistic to use for combination
     12### Statistics options: MEAN | MEDIAN | ROBUST | FITTED | CLIPPED
     13COMBINE         STR     MEAN            # Statistic to use for combination:
    1314BACKGROUND      STR     MEDIAN          # Statistic to use to measure the background
Note: See TracChangeset for help on using the changeset viewer.