Changeset 15387 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Oct 25, 2007, 4:59:43 PM (19 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
r14115 r15387 94 94 my $statsName = $ipprc->filename("PPIMAGE.STATS", $outputRoot, $class_id); 95 95 96 my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages 97 my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages 98 96 99 # Run normalisation 97 100 unless ($no_op) { … … 101 104 $command .= " -recipe PPSTATS $RECIPE_PPSTATS"; 102 105 $command .= ' -isfringe' if lc($det_type) eq 'fringe'; 106 $command .= " -tracedest $traceDest -log $logDest"; 103 107 104 108 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
