Index: trunk/ippMonitor/def/camProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/camProcessedExp.d	(revision 15954)
+++ trunk/ippMonitor/def/camProcessedExp.d	(revision 15992)
@@ -23,7 +23,10 @@
 ARGS  ARG2 basename=$camProcessedExp.path_base
 
+OP   OP1  $rawExp.ra * 57.295783
+OP   OP2  $rawExp.decl * 57.295783
+
 #     field                     	size  format  name          show   	 link to                  extras
+FIELD chipRun.exp_id,	        	 5,   %s,     Exp ID,       value, 	 chipProcessedImfile.php, ARG1
 FIELD rawExp.exp_name,     		 5,   %s,     Exp Name,     value, 	 rawImfile.php,  ARG1
-FIELD chipRun.exp_id,	        	 5,   %s,     Exp ID,       value, 	 chipProcessedImfile.php, ARG1
 FIELD chipRun.chip_id,          	 5,   %s,     chip ID
 FIELD camRun.cam_id,            	 5,   %s,     cam ID,       value, 	 chipProcessedExp.php,    ARG1
@@ -32,9 +35,9 @@
 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 camRun.reduction,       	         5,   %s,     reduction
@@ -48,2 +51,4 @@
 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
