Changeset 17220
- Timestamp:
- Mar 28, 2008, 4:24:07 PM (18 years ago)
- Location:
- branches/pap_branch_080320/ippconfig/recipes
- Files:
-
- 3 edited
-
ppImage.config (modified) (1 diff)
-
ppMerge.config (modified) (3 diffs)
-
ppStats.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ippconfig/recipes/ppImage.config
r17187 r17220 11 11 FLAT BOOL TRUE # Flat-field normalisation 12 12 MASK BOOL FALSE # Mask bad pixels 13 MASK.VALUE STR SAT,BAD # Mask pixels with these attributes13 MASK.VALUE STR SAT,BAD,FLAT # Mask pixels with these attributes 14 14 MASK.BUILD BOOL FALSE # Build internal mask image 15 15 REPLACE.MASKED BOOL FALSE # Fill in masked pixels -
branches/pap_branch_080320/ippconfig/recipes/ppMerge.config
r17185 r17220 53 53 FRACHIGH F32 0.0 # Fraction of high pixels to reject immediately 54 54 FRACLOW F32 0.0 # Fraction of low pixels to reject immediately 55 WEIGHTS BOOL FALSE # Use image weights?55 WEIGHTS BOOL TRUE # Use image weights? 56 56 COMBINE STR CLIPPED # Statistic to use for combination: 57 57 END … … 64 64 FRACLOW F32 0.1 # Fraction of low pixels to reject immediately 65 65 NKEEP S32 5 # Minimum number of pixels in stack to keep 66 WEIGHTS BOOL FALSE # Use image weights?66 WEIGHTS BOOL TRUE # Use image weights? 67 67 COMBINE STR MEAN # Statistic to use for combination: 68 68 END … … 72 72 PPMERGE_FRINGE METADATA 73 73 FRACHIGH F32 0.1 # Fraction of high pixels to reject immediately 74 WEIGHTS BOOL FALSE # Use image weights?74 WEIGHTS BOOL TRUE # Use image weights? 75 75 END 76 76 -
branches/pap_branch_080320/ippconfig/recipes/ppStats.config
r16254 r17220 3 3 # Options governing statistics 4 4 SAMPLE F32 0.1 # Fraction of cell to sample 5 MASKVAL STR SAT,BAD # Mask value to use for statistics5 MASKVAL STR SAT,BAD,FLAT # Mask value to use for statistics 6 6 7 7 # Define the outputs as MULTI
Note:
See TracChangeset
for help on using the changeset viewer.
