Changeset 15387 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Oct 25, 2007, 4:59:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r14115 r15387 117 117 my $outputStats = $outputRoot . '.stats'; # Statistics name 118 118 119 my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.trace"; # Trace messages 120 my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . "$class_id.log"; # Log messages 121 119 122 $command = "$ppMerge $outputStack"; # Command to run 120 123 foreach my $file (@$files) { … … 125 128 $command .= " -stats $outputStats"; # Statistics output filename 126 129 $command .= " -recipe PPSTATS CHIPSTATS"; 130 $command .= " -tracedest $traceDest -log $logDest"; 127 131 128 132 # Stack the files
Note:
See TracChangeset
for help on using the changeset viewer.
