Index: trunk/ippMonitor/def/chipProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedExp.d	(revision 15954)
+++ trunk/ippMonitor/def/chipProcessedExp.d	(revision 15992)
@@ -11,21 +11,25 @@
 ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
 
+OP   OP1  $rawExp.ra * 57.295783
+OP   OP2  $rawExp.decl * 57.295783
+
 #     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 rawExp.exp_name,     	 5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
+FIELD chipRun.chip_id,    	 7, %s,     chip ID
 FIELD rawExp.telescope,      	10, %s,     Telescope
 FIELD rawExp.camera,         	10, %s,     Camera
 FIELD rawExp.dateobs,        	20, %s,     Date/Time
+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.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 rawExp.bg,             	 5, %s,     backgnd
 FIELD rawExp.bg_stdev,       	 5, %s,     stdev    
-FIELD rawExp.bg_mean_stdev,  	 5, %s,     &lt;backgnd&gt;
 
+# FIELD rawExp.bg_mean_stdev,  	 5, %s,     &lt;backgnd&gt;
+# FIELD rawExp.sat_pixel_frac, 	 5, %s,     f(sat pixels)
 # FIELD chipPendingExp.reduction,    20,   reduction
 # FIELD chipPendingExp.guide_id,     20, guide ID
