Changeset 19652 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Sep 22, 2008, 3:48:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r19561 r19652 221 221 # Make the jpeg for binning 1 222 222 if ($run_state eq 'new') { 223 my $command = "$ppImage -list $list1Name $outroot -recipe PPIMAGE $recipe1"; # Command to run 223 my $command = "$ppImage -list $list1Name $outroot"; # Command to run 224 $command .= " -recipe PPIMAGE $recipe1"; 224 225 $command .= " -dbname $dbname" if defined $dbname; 225 226 … … 235 236 # Make the jpeg for binning 2 236 237 if ($run_state eq 'new') { 237 my $command = "$ppImage -list $list2Name $outroot -recipe PPIMAGE $recipe2"; # Command to run 238 my $command = "$ppImage -list $list2Name $outroot"; # Command to run 239 $command .= " -recipe PPIMAGE $recipe2" 238 240 $command .= " -dbname $dbname" if defined $dbname; 239 241
Note:
See TracChangeset
for help on using the changeset viewer.
