Changeset 23653 for branches/pap/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Apr 1, 2009, 9:47:29 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippScripts/scripts/camera_exp.pl
r23532 r23653 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
Note:
See TracChangeset
for help on using the changeset viewer.
