Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 12013)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 12021)
@@ -58,5 +58,5 @@
 # Look for programs we need
 my $missing_tools;
-my $camtool = can_run('p3tool') or (warn "Can't find p3tool" and $missing_tools = 1);
+my $camtool = can_run('camtool') or (warn "Can't find camtool" and $missing_tools = 1);
 my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1);
 
@@ -134,5 +134,5 @@
 
 # Generate the file list, and get the statistics
-my $outputFile =  "$exp_tag.p3";
+my $outputFile =  "$exp_tag.cam";
 my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
 
