Changeset 17086
- Timestamp:
- Mar 20, 2008, 5:25:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ippconfig/recipes/ppMerge.config
r16953 r17086 3 3 ROWS S32 128 # Number of rows to read at once 4 4 ELECTRONS F32 100.0 # Minimum number of electrons for useful signal 5 SAMPLE S32 100 # Sampling factor for measuring the background5 SAMPLE S32 100000 # Sampling factor for measuring the background 6 6 REJ F32 3.0 # Rejection threshold (sigma) 7 7 ITER S32 0 # Number of rejection iterations … … 18 18 SHUTTER.REJECT F32 2 # Rejection limit for shutter measurement 19 19 MASK.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) 20 MASK.BAD F32 0.2 # Threshold for bad pixels 21 MASK.MODE STR FRACTION # Mode for identifying bad pixels in the suspect map 22 MASK.CHIPSTATS BOOL TRUE # Measure stats for masking by chip (otherwise by readout)? 23 MASK.GROW S32 0 # Grow bad pixels by this radius 24 MASK.GROWVAL STR SUSPECT # Give grown mask pixels this value 24 25 MASKVAL STR SAT,BAD # Mask value for input data 25 26 COMBINE STR CLIPPED # Statistic to use for combination 26 27 MEAN STR ROBUST_MEDIAN # Statistic to use to measure the mean 27 28 STDEV STR ROBUST_STDEV # Statistic to use to measure the stdev 29 30 STATS.BY.CHIP BOOL TRUE # measure stats for masking by chip (or by readout) 31 MASK.GROW.NPIX S32 3 # measure stats for masking by chip (or by readout) 28 32 29 33 # Ordinates for fitting dark current … … 47 51 # More aggressive clipping than bias, so as to remove CRs 48 52 PPMERGE_DARK METADATA 49 REJ F32 2.0 # Rejection threshold (sigma)50 ITER S32 4# Number of rejection iterations53 REJ F32 3.0 # Rejection threshold (sigma) 54 ITER S32 2 # Number of rejection iterations 51 55 FRACHIGH F32 0.0 # Fraction of high pixels to reject immediately 52 56 FRACLOW F32 0.0 # Fraction of low pixels to reject immediately … … 75 79 # Mask generation --- already included in default, above 76 80 PPMERGE_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 79 84 END 80 85 81 86 # Mask generation --- already included in default, above 82 87 PPMERGE_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 85 91 END 86 92
Note:
See TracChangeset
for help on using the changeset viewer.
