IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2008, 10:50:51 AM (18 years ago)
Author:
Paul Price
Message:

Adding support for multi-darks.

File:
1 edited

Legend:

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

    r15964 r16843  
    11# Recipe configuration for ppMerge
    22 
    3 ROWS            S32     512             # Number of rows to read at once
     3ROWS            S32     128             # 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     1               # Number of rejection iterations
     7ITER            S32     0               # Number of rejection iterations
    88FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
    99FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
     
    2626MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
    2727STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
     28
     29# Ordinates for fitting dark current
     30DARK.ORDINATES  METADATA
     31        CELL.DARKTIME   S32     1       # Traditional dark current term
     32END
    2833
    2934
Note: See TracChangeset for help on using the changeset viewer.