Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 12013)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 12021)
@@ -65,5 +65,5 @@
 # Look for programs we need
 my $missing_tools;
-my $chiptool = can_run('p2tool') or (warn "Can't find p2tool" and $missing_tools = 1);
+my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1);
 my $ppImage = can_run('ppImage') or (warn "Can't find ppImage" and $missing_tools = 1);
 if ($missing_tools) { 
@@ -86,5 +86,5 @@
 
 ### Output file name --- must match camera configuration!
-my $outputFile =  "$exp_tag.p2";
+my $outputFile =  "$exp_tag.chip";
 my $outputRoot = File::Spec->catfile( $workdir, $outputFile );
 my $outputImage = $ipprc->filename("PPIMAGE.OUTPUT", $outputRoot, $class_id);
