Changeset 23471
- Timestamp:
- Mar 20, 2009, 6:03:06 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/ppMerge.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppMerge.config
r21370 r23471 14 14 FRINGE.XSMOOTH S32 5 # Number of smoothing regions in x 15 15 FRINGE.YSMOOTH S32 11 # Number of smoothing regions in y 16 CTE.MIN F32 0.2 # regions lower than this in the CTE image are masked 16 17 SHUTTER.SIZE S32 128 # Size for shutter measurement regions 17 18 MASK.SUSPECT F32 5.0 # Threshold for suspect pixels (sigma) … … 94 95 END 95 96 97 # CTEMASK generation combines the images like a flat or bias (mean after outlier rejection), 98 # but it then sets a mask based on the resulting data values (using CTE.MIN) 99 PPMERGE_CTEMASK METADATA 100 REJ F32 3.0 # Rejection threshold (sigma) 101 ITER S32 2 # Number of rejection iterations 102 FRACHIGH F32 0.0 # Fraction of high pixels to reject immediately 103 FRACLOW F32 0.0 # Fraction of low pixels to reject immediately 104 VARIANCES BOOL FALSE # Use image variances? 105 COMBINE STR CLIPPED # Statistic to use for combination: 106 CTE.MIN F32 0.2 # regions lower than this in the CTE image are masked 107 MASK.SET.VALUE STR CTE # set this bit in the output mask 108 END 109 96 110 # Shutter generation --- already included in default, above 97 111 PPMERGE_SHUTTER METADATA
Note:
See TracChangeset
for help on using the changeset viewer.
