Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 16196)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 16247)
@@ -73,25 +73,34 @@
 
 # values to extract from output metadata and the stats to calculate
+# these should be coming from the psastro results for Nimfile > 1, 
 my $CHIPSTATS = 
     [   
 	#          PPSTATS KEYWORD         STATISTIC          CHIPTOOL FLAG
 	{ name => "bg",             type => "mean",  flag => "-bg",            	dtype => "float" },
+	{ name => "bg_stdev",       type => "rms",   flag => "-bg_stdev",      	dtype => "float" },  
 	{ name => "bg_mean_stdev",  type => "stdev", flag => "-bg_mean_stdev", 	dtype => "float" },
-	{ name => "bg_stdev",       type => "rms",   flag => "-bg_stdev",      	dtype => "float" },  
-
-# these should be coming from the psastro results for Nimfile > 1, 
+	{ name => "bias",           type => "mean",  flag => "-bias",      	dtype => "float" },  
+	{ name => "bias_stdev",     type => "rms",   flag => "-bias_stdev",   	dtype => "float" },  
+        { name => "fringe_0",       type => "mean",  flag => "-fringe_0",      	dtype => "float" },  
+        { 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 => "ap_resid",       type => "mean",  flag => "-ap_resid",      	dtype => "float" },  
+	{ name => "ap_resid_stdev", type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },  
+	{ name => "zp_mean",        type => "mean",  flag => "-zp_mean",      	dtype => "float" },  
+	{ name => "zp_stdev",       type => "rms",   flag => "-zp_stdev",       dtype => "float" },  
+	{ name => "fwhm_major",     type => "mean",  flag => "-fwhm_major",     dtype => "float" },  
+	{ name => "fwhm_minor",     type => "mean",  flag => "-fwhm_minor",     dtype => "float" },  
+	{ name => "dtime_detrend",  type => "sum",   flag => "-dtime_detrend",  dtype => "float" },  
+	{ name => "dtime_photom",   type => "sum",   flag => "-dtime_photom",   dtype => "float" },  
+	{ name => "dtime_astrom",   type => "sum",   flag => "-dtime_astrom",   dtype => "float" },  
 	{ name => "n_stars",        type => "sum",   flag => "-n_stars",       	dtype => "int"   },  
+	{ name => "n_extended",     type => "sum",   flag => "-n_extended",     dtype => "int"   },  
+	{ name => "n_cr",           type => "sum",   flag => "-n_cr",       	dtype => "int"   },  
 	{ name => "n_astrom",       type => "sum",   flag => "-n_astrom",      	dtype => "int"   },  
 
-	{ name => "fwhm",           type => "mean",  flag => "-fwhm",          	dtype => "float" },  
 
 # these are not defined for the database table camProcessedExp
-#	{ name => "ap_resid",       type => "mean",  flag => "-ap_resid",      	dtype => "float" },  
-#	{ name => "ap_resid_stdev", type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },  
-#       { name => "fringe_0",       type => "mean",  flag => "-fringe_0",      	dtype => "float" },  
-#       { name => "fringe_1",       type => "rms",   flag => "-fringe_1",      	dtype => "float" },  
-#       { name => "fringe_0",       type => "stdev", flag => "-fringe_2",      	dtype => "float" },  
 	];
 my $chipStats = PS::IPP::Metadata::Stats->new($CHIPSTATS); # Stats parser
