Changeset 12020 for trunk/ippScripts/scripts/ipp_serial_camera.pl
- Timestamp:
- Feb 23, 2007, 3:02:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_camera.pl
r12013 r12020 33 33 # Look for programs we need 34 34 my $missing_tools; 35 my $camtool = can_run(' p3tool') or (warn "Can't find p3tool" and $missing_tools = 1);36 my $ phase3 = can_run('phase3.pl') or (warn "Can't find phase3.pl" and $missing_tools = 1);35 my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1); 36 my $camera = can_run('camera_exp.pl') or (warn "Can't find camera_exp.pl" and $missing_tools = 1); 37 37 die "Can't find required tools.\n" if $missing_tools; 38 38 … … 52 52 my $camera = $item->{camera}; 53 53 54 my $command = "$ phase3--exp_tag $exp_tag --camera $camera --dbname $dbname";54 my $command = "$camera --exp_tag $exp_tag --camera $camera --dbname $dbname"; 55 55 $command .= " --no-op" if defined $no_op; 56 56 $command .= " --no-update" if defined $no_update;
Note:
See TracChangeset
for help on using the changeset viewer.
