Changeset 15918
- Timestamp:
- Dec 24, 2007, 11:16:09 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r15466 r15918 64 64 my $RECIPE_PPSTATS = 'CHIPSTATS'; # Recipe to use with ppStats 65 65 66 my $isMaskType = 0; 67 if (lc($det_type) eq "mask") { $isMaskType = 1; } 68 if (lc($det_type) eq "darkmask") { $isMaskType = 1; } 69 if (lc($det_type) eq "flatmask") { $isMaskType = 1; } 70 66 71 # values to extract from output metadata and the stats to calculate 67 72 my $STATS = … … 103 108 $command .= " -recipe PPIMAGE $RECIPE_PPIMAGE"; 104 109 $command .= " -recipe PPSTATS $RECIPE_PPSTATS"; 110 $command .= " -F PPIMAGE.OUTPUT PPIMAGE.OUTPUT.DETMASK" if ($isMaskType); # XXXX something of a hack (too many places to control things...) 105 111 $command .= ' -isfringe' if lc($det_type) eq 'fringe'; 106 112 $command .= " -tracedest $traceDest -log $logDest";
Note:
See TracChangeset
for help on using the changeset viewer.
