Changeset 27180 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Mar 3, 2010, 5:29:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r24764 r27180 144 144 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 145 145 run(command => $command, verbose => $verbose); 146 &my_die("Unable to find expected output file: $jpeg1Name", $det_id, $iter, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($jpeg1Name);146 &my_die("Unable to find expected output file: $jpeg1Name", $det_id, $iter, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg1Name); 147 147 148 148 # Make the jpeg for binning 2 … … 153 153 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 154 154 run(command => $command, verbose => $verbose); 155 &my_die("Unable to find expected output file: $jpeg2Name", $det_id, $iter, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($jpeg2Name);155 &my_die("Unable to find expected output file: $jpeg2Name", $det_id, $iter, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg2Name); 156 156 157 157 }
Note:
See TracChangeset
for help on using the changeset viewer.
