Changeset 11087
- Timestamp:
- Jan 12, 2007, 4:28:48 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
phase0_exp.pl (modified) (2 diffs)
-
phase0_imfile.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); -
trunk/ippScripts/scripts/phase0_imfile.pl
r11050 r11087 112 112 cache_run(command => $command, verbose => 1); 113 113 unless ($success) { 114 $error_code = $error_code >> 8; 114 115 warn ("Unable to perform ppStats on exposure id $exp_tag: $error_code"); 115 116 &my_die ($exp_tag, $class_id, $error_code); … … 185 186 186 187 unless ($success) { 188 $error_code = $error_code >> 8; 187 189 # XXX if we can't run -addprocessedimfile, we can't actually set the 188 190 # error code.
Note:
See TracChangeset
for help on using the changeset viewer.
