Changeset 23688 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Apr 2, 2009, 2:51:37 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/camera_exp.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap (added) merged: 23511,23520-23521,23532,23578-23581,23596-23599,23603-23604,23606-23608,23619-23621,23638-23639,23641,23646-23648,23651-23653,23656,23672-23674,23677-23684
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/camera_exp.pl
r23295 r23688 263 263 &my_die("Unable to perform psastro: $error_code", $cam_id, $error_code); 264 264 } 265 # XXX do we want to give an error if astrometry fails here? 266 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($fpaObjects); 267 265 266 my $quality; # Quality flag 268 267 if ($do_stats) { 269 268 my $fpaStatsReal = $ipprc->file_resolve($fpaStats); … … 282 281 } 283 282 chomp $cmdflags; 283 284 ($quality) = $cmdflags =~ /-quality (\d+)/; 285 } 286 287 if (!$quality) { 288 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($fpaObjects); 284 289 } 285 290 … … 375 380 $command .= " -addprocessedexp"; 376 381 $command .= " -uri UNKNOWN"; 377 $command .= " - code$exit_code";382 $command .= " -fault $exit_code"; 378 383 $command .= " -path_base $outroot"; 379 384 $command .= " -path_base $outroot" if defined $outroot; … … 381 386 } else { 382 387 $command .= " -updateprocessedexp"; 383 $command .= " - code$exit_code";388 $command .= " -fault $exit_code"; 384 389 } 385 390 $command .= " -hostname $host" if defined $host;
Note:
See TracChangeset
for help on using the changeset viewer.
