Changeset 13460 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- May 21, 2007, 6:22:29 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
r13316 r13460 153 153 my $jpeg1 = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1 154 154 my $jpeg2 = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2 155 my $fpaObjects = $ ipprc->filename("PSASTRO.OUTPUT", $outputRoot); # MEF psastro output155 my $fpaObjects = $outputRoot . '.smp'; # MEF psastro output 156 156 157 157 unless ($no_op) { … … 160 160 # XXX note that this is wrong if imfiles are cells 161 161 if (scalar @$files > 1) { 162 my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro"; 162 my $command = "$psastro -list $list3Name $outputRoot +mosastro -chipastro " . 163 "-F PSASTRO.OUTPUT PSASTRO.OUTPUT.MEF"; 163 164 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 164 165 run(command => $command, verbose => 1);
Note:
See TracChangeset
for help on using the changeset viewer.
