Changeset 8617 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Aug 25, 2006, 3:39:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r8586 r8617 65 65 $command .= ' -type ' . uc($detType); # Type of stacking to perform 66 66 67 #my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =68 #run(command => $command, verbose => 1);69 #die "Unable to perform ppMerge: $error_code\n" if not $success;67 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 68 run(command => $command, verbose => 1); 69 die "Unable to perform ppMerge: $error_code\n" if not $success; 70 70 die "Unable to find expected output file: $output\n" if not -f $output; 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
