Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 18010)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 18013)
@@ -77,6 +77,6 @@
         { name => "fringe_1",       type => "rms",   flag => "-fringe_1",       dtype => "float" },
         { name => "fringe_0",       type => "stdev", flag => "-fringe_2",       dtype => "float" },
-        { name => "sigma_ra",       type => "rms",   flag => "-sigma_ra",       dtype => "float" },
-        { name => "sigma_dec",      type => "rms",   flag => "-sigma_dec",      dtype => "float" },
+#        { name => "sigma_ra",       type => "rms",   flag => "-sigma_ra",       dtype => "float" },
+#        { name => "sigma_dec",      type => "rms",   flag => "-sigma_dec",      dtype => "float" },
         { name => "ap_resid",       type => "mean",  flag => "-ap_resid",       dtype => "float" },
         { name => "ap_resid_stdev", type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },
@@ -248,5 +248,5 @@
 	# Get the statistics on the processed image
 	my $statsFile;              # File handle
-	open $statsFile, $ipprc->file_resolve($fpaStats) or &my_die("Can't open statistics file $outputStats: $!", $cam_id, $PS_EXIT_SYS_ERROR);
+	open $statsFile, $ipprc->file_resolve($fpaStats) or &my_die("Can't open statistics file $fpaStats: $!", $cam_id, $PS_EXIT_SYS_ERROR);
 	my @contents = <$statsFile>; # Contents of file
 	close $statsFile;
@@ -260,6 +260,6 @@
 
 	# extract the stats from the metadata
-	unless ($stats->parse($metadata)) {
-	    &my_die("Failure extracting metadata from the statistics output file.\n", $exp_id, $chip_id, $class_id, $PS_EXIT_PROG_ERROR);
+	unless ($camStats->parse($metadata)) {
+	    &my_die("Failure extracting metadata from the statistics output file.\n", $cam_id, $PS_EXIT_PROG_ERROR);
 	}
 
