IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17086


Ignore:
Timestamp:
Mar 20, 2008, 5:25:42 PM (18 years ago)
Author:
Paul Price
Message:

Adding recipe values appropriate to the modernised version of ppMerge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ippconfig/recipes/ppMerge.config

    r16953 r17086  
    33ROWS            S32     128             # Number of rows to read at once
    44ELECTRONS       F32     100.0           # Minimum number of electrons for useful signal
    5 SAMPLE          S32     100             # Sampling factor for measuring the background
     5SAMPLE          S32     100000          # Sampling factor for measuring the background
    66REJ             F32     3.0             # Rejection threshold (sigma)
    77ITER            S32     0               # Number of rejection iterations
     
    1818SHUTTER.REJECT  F32     2               # Rejection limit for shutter measurement
    1919MASK.SUSPECT    F32     5.0             # Threshold for suspect pixels (sigma)
    20 MASK.BAD        F32     4.0             # Threshold for bad pixels (sigma)
    21 MASK.MODE       STR     POISSON         # Threshold for bad pixels (sigma)
    22 STATS.BY.CHIP   BOOL    TRUE            # measure stats for masking by chip (or by readout)
    23 MASK.GROW.NPIX  S32     3               # measure stats for masking by chip (or by readout)
     20MASK.BAD        F32     0.2             # Threshold for bad pixels
     21MASK.MODE       STR     FRACTION        # Mode for identifying bad pixels in the suspect map
     22MASK.CHIPSTATS  BOOL    TRUE            # Measure stats for masking by chip (otherwise by readout)?
     23MASK.GROW       S32     0               # Grow bad pixels by this radius
     24MASK.GROWVAL    STR     SUSPECT         # Give grown mask pixels this value
    2425MASKVAL         STR     SAT,BAD         # Mask value for input data
    2526COMBINE         STR     CLIPPED         # Statistic to use for combination
    2627MEAN            STR     ROBUST_MEDIAN   # Statistic to use to measure the mean
    2728STDEV           STR     ROBUST_STDEV    # Statistic to use to measure the stdev
     29
     30STATS.BY.CHIP   BOOL    TRUE            # measure stats for masking by chip (or by readout)
     31MASK.GROW.NPIX  S32     3               # measure stats for masking by chip (or by readout)
    2832
    2933# Ordinates for fitting dark current
     
    4751# More aggressive clipping than bias, so as to remove CRs
    4852PPMERGE_DARK    METADATA
    49         REJ             F32     2.0             # Rejection threshold (sigma)
    50         ITER            S32     4               # Number of rejection iterations
     53        REJ             F32     3.0             # Rejection threshold (sigma)
     54        ITER            S32     2               # Number of rejection iterations
    5155        FRACHIGH        F32     0.0             # Fraction of high pixels to reject immediately
    5256        FRACLOW         F32     0.0             # Fraction of low pixels to reject immediately
     
    7579# Mask generation --- already included in default, above
    7680PPMERGE_DARKMASK METADATA
    77   MASK.BAD       F32    3.0             # Threshold for bad pixels (sigma)
    78   MASK.MODE      STR    VALUE           # Threshold for bad pixels (sigma)
     81        ITER            S32     2               # Number of iterations
     82        MASK.BAD        F32     3.0             # Threshold for bad pixels (sigma)
     83        MASK.MODE       STR     VALUE           # Mode for identifying bad pixels in the suspect map
    7984END
    8085
    8186# Mask generation --- already included in default, above
    8287PPMERGE_FLATMASK METADATA
    83   MASK.BAD       F32    3.0             # Threshold for bad pixels (sigma)
    84   MASK.MODE      STR    VALUE           # Threshold for bad pixels (sigma)
     88        ITER            S32     2               # Number of iterations
     89        MASK.BAD        F32     3.0             # Threshold for bad pixels (sigma)
     90        MASK.MODE       STR     VALUE           # Mode for identifying bad pixels in the suspect map
    8591END
    8692
Note: See TracChangeset for help on using the changeset viewer.