Changeset 13090 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Apr 30, 2007, 4:40:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r12800 r13090 180 180 # run psastro +mosastro on the set of chips 181 181 # XXX note that this is wrong if imfiles are cells 182 if ( @$files > 1) {182 if (scalar @$files > 1) { 183 183 my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro"; 184 184 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 190 190 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $fpaObjects; 191 191 } else { 192 $fpaObjects = $chipObjects;192 system "cp $chipObjects $fpaObjects"; 193 193 } 194 194
Note:
See TracChangeset
for help on using the changeset viewer.
