Changeset 11087 for trunk/ippScripts/scripts/phase0_exp.pl
- Timestamp:
- Jan 12, 2007, 4:28:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_exp.pl
r11051 r11087 95 95 my $imfiles; 96 96 { 97 my $command = "$p0tool - rawimfile -exp_tag $exptag";97 my $command = "$p0tool -processedimfile -exp_tag $exptag"; 98 98 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 99 99 cache_run(command => $command, verbose => 1); 100 100 unless ($success) { 101 $error_code = $error_code >> 8; 101 102 warn ("Unable to perform p0tool on exposure id $exptag: $error_code"); 102 &my_die ($exptag,$error_code);103 exit ($error_code); 103 104 } 104 105 … … 199 200 cache_run(command => \@command, verbose => 1); 200 201 unless ($success) { 202 $error_code = $error_code >> 8; 201 203 warn ("Unable to run phase0 update for $exptag: $error_code"); 202 204 exit($error_code);
Note:
See TracChangeset
for help on using the changeset viewer.
