Index: trunk/ippScripts/scripts/ipp_serial_camera.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_serial_camera.pl	(revision 12013)
+++ trunk/ippScripts/scripts/ipp_serial_camera.pl	(revision 12020)
@@ -33,6 +33,6 @@
 # Look for programs we need
 my $missing_tools;
-my $camtool = can_run('p3tool') or (warn "Can't find p3tool" and $missing_tools = 1);
-my $phase3 = can_run('phase3.pl') or (warn "Can't find phase3.pl" and $missing_tools = 1);
+my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1);
+my $camera = can_run('camera_exp.pl') or (warn "Can't find camera_exp.pl" and $missing_tools = 1);
 die "Can't find required tools.\n" if $missing_tools;
 
@@ -52,5 +52,5 @@
     my $camera = $item->{camera};
     
-    my $command = "$phase3 --exp_tag $exp_tag --camera $camera --dbname $dbname";
+    my $command = "$camera --exp_tag $exp_tag --camera $camera --dbname $dbname";
     $command .= " --no-op" if defined $no_op;
     $command .= " --no-update" if defined $no_update;
