Index: trunk/ippMonitor/def/chipProcessedImfile.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedImfile.d	(revision 14154)
+++ trunk/ippMonitor/def/chipProcessedImfile.d	(revision 15954)
@@ -5,5 +5,4 @@
 
 # limit this table to non-OBJECT types of images
-WHERE chipRun.state = 'stop'
 WHERE chipRun.exp_id = rawExp.exp_id
 WHERE chipProcessedImfile.exp_id = chipRun.exp_id
@@ -17,30 +16,28 @@
 ARGS  ARG2 class=$chipProcessedImfile.class_id
 
-#     field                            size  name         show    link to                  extras
-FIELD chipRun.chip_id,        	   	  7, chip ID
-FIELD chipRun.exp_id,         	   	  5, Exp ID,      value,  rawImfile.php,           ARG1
-FIELD chipProcessedImfile.class_id,	  5, Class ID
-FIELD rawExp.exp_name,     	   	  5, Exp Name,    value,  chipProcessedImfile.php, ARG2
-FIELD rawExp.telescope,      	   	 10, Telescope
-FIELD rawExp.camera,         	   	 10, Camera
-FIELD rawExp.dateobs,        	   	 20, Date/Time
-FIELD rawExp.filter,         	   	 10, FILTER
-FIELD rawExp.ra,       	           	  5, RA    
-FIELD rawExp.decl,       	   	  5, Dec
-FIELD rawExp.exp_time,       	   	  5, exp_time    
-FIELD rawExp.sat_pixel_frac, 	   	  5, f(sat pixels)
-FIELD rawExp.airmass,        	   	  5, airmass     
-FIELD chipProcessedImfile.bg,             5, backgnd
-FIELD chipProcessedImfile.bg_stdev,       5, stdev    
-FIELD chipProcessedImfile.bg_mean_stdev,  5, &lt;backgnd&gt;
-
-FIELD chipProcessedImfile.n_stars,  	  5, Nstars
-FIELD chipProcessedImfile.n_astrom, 	  5, Nastrom
-FIELD chipProcessedImfile.sigma_ra, 	  5, sigma ra
-FIELD chipProcessedImfile.fwhm,     	  5, FHWM
-FIELD chipProcessedImfile.path_base,      5, path_base, none
-
-# FIELD chipPendingExp.reduction,    20,   reduction
-# FIELD chipPendingExp.guide_id,     20, guide ID
+#     field                            size  format  name         show    link to                  extras
+FIELD chipRun.chip_id,        	   	  7, %s,     chip ID
+FIELD chipRun.exp_id,         	   	  5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
+FIELD chipProcessedImfile.class_id,	  5, %s,     Class ID
+FIELD rawExp.exp_name,     	   	  5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
+FIELD rawExp.telescope,      	   	 10, %s,     Telescope
+FIELD rawExp.camera,         	   	 10, %s,     Camera
+FIELD rawExp.dateobs,        	   	 20, %s,     Date/Time
+FIELD rawExp.filter,         	   	 10, %s,     FILTER
+FIELD rawExp.ra,       	           	  5, %s,     RA    
+FIELD rawExp.decl,       	   	  5, %s,     Dec
+FIELD rawExp.exp_time,       	   	  5, %s,     exp_time    
+FIELD rawExp.sat_pixel_frac, 	   	  5, %s,     f(sat pixels)
+FIELD rawExp.airmass,        	   	  5, %s,     airmass     
+FIELD chipProcessedImfile.bg,             5, %s,     backgnd
+FIELD chipProcessedImfile.bg_stdev,       5, %s,     stdev    
+FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     &lt;backgnd&gt;
+FIELD chipProcessedImfile.n_stars,  	  5, %s,     Nstars
+FIELD chipProcessedImfile.n_astrom, 	  5, %s,     Nastrom
+FIELD chipProcessedImfile.sigma_ra, 	  5, %s,     sigma ra
+FIELD chipProcessedImfile.fwhm,     	  5, %s,     FHWM
+FIELD chipProcessedImfile.path_base,      5, %s,     path_base, none
+# FIELD chipPendingExp.reduction,        20, %s,     reduction
+# FIELD chipPendingExp.guide_id,         20, %s,     guide ID
 
 TAIL PHP insert_log ('LOG.IMFILE');
