Index: trunk/ippMonitor/def/camProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/camProcessedExp.d	(revision 18313)
+++ trunk/ippMonitor/def/camProcessedExp.d	(revision 18970)
@@ -9,4 +9,5 @@
 WHERE chipRun.exp_id = rawExp.exp_id
 WHERE camProcessedExp.cam_id  = camRun.cam_id
+WHERE camProcessedExp.fault = 0
 
 # define image names to be used below
@@ -40,14 +41,16 @@
 FIELD rawExp.exp_time,       		 5,   %.2f,     exp_time    
 FIELD rawExp.airmass,        		 5,   %.4f,     airmass     
-FIELD camRun.reduction,       	         5,   %s,     reduction
 FIELD camProcessedExp.bg,             	 5,   %.2f,     backgnd
 FIELD camProcessedExp.bg_stdev,       	 5,   %.2f,     stdev    
-FIELD camProcessedExp.bg_mean_stdev,  	 5,   %.2f,     &lt;backgnd&gt;
 FIELD camProcessedExp.n_stars,  	 5,   %d,     Nstars
 FIELD camProcessedExp.n_astrom, 	 5,   %d,     Nastrom
 FIELD camProcessedExp.sigma_ra, 	 5,   %f,     sigma ra
 FIELD camProcessedExp.fwhm_major,     	 5,   %f,     FHWM (major)
+FIELD rawExp.comment,  	                65, %s,     Comment
+
 FIELD camProcessedExp.path_base,     	 5,   %s,     path_base,    none
 FIELD rawExp.exp_id,     		 5,   %s,     Exp ID,       none
 
 # the last two are used as arguments elsewhere, thus needed in the list, even if not displayed
+# FIELD camRun.reduction,       	         5,   %s,     reduction
+# FIELD camProcessedExp.bg_mean_stdev,  	 5,   %.2f,     &lt;backgnd&gt;
