Index: trunk/ippMonitor/def/chipProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedExp.d	(revision 18193)
+++ trunk/ippMonitor/def/chipProcessedExp.d	(revision 18373)
@@ -5,5 +5,5 @@
 
 # limit this table to non-OBJECT types of images
-WHERE chipRun.state = 'stop'
+WHERE chipRun.state != 'run'
 WHERE chipRun.exp_id = rawExp.exp_id
 
@@ -18,4 +18,5 @@
 FIELD rawExp.exp_name,     	 5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
 FIELD chipRun.chip_id,    	 7, %d,     chip ID
+FIELD chipRun.state,    	 7, %s,     state
 FIELD rawExp.telescope,      	10, %s,     Telescope
 FIELD rawExp.camera,         	10, %s,     Camera
@@ -23,10 +24,11 @@
 FIELD rawExp.ra,           	 8, %10.6f, RA,           op=OP1      
 FIELD rawExp.decl,         	 8, %10.6f, DEC,          op=OP2
-FIELD rawExp.object,         	10, %s,     Object
+FIELD rawExp.object,         	 8, %s,     Object
 FIELD rawExp.filter,         	10, %s,     FILTER
 FIELD rawExp.exp_time,       	 5, %.2f,     exp_time    
-FIELD rawExp.airmass,        	 5, %.2f,     airmass     
+FIELD rawExp.airmass,        	 5, %.4f,     airmass     
 FIELD rawExp.bg,             	 5, %.2f,     backgnd
 FIELD rawExp.bg_stdev,       	 5, %.2f,     stdev    
+FIELD rawExp.comment,  	        65, %s,     Comment
 
 # FIELD rawExp.bg_mean_stdev,  	 5, %s,     &lt;backgnd&gt;
