Index: trunk/ippMonitor/def/rawScienceExp.d
===================================================================
--- trunk/ippMonitor/def/rawScienceExp.d	(revision 11490)
+++ trunk/ippMonitor/def/rawScienceExp.d	(revision 13264)
@@ -7,17 +7,21 @@
 WHERE rawExp.exp_type = 'OBJECT'
 
-#        field        name           show          link to   extras
-FIELD    exp_tag,     10,   	     exposure Tag, value,    rawImfile.php,  exp_tag=$exp_tag,camera=$camera,foo=bar
-FIELD    telescope,   10,   	     Telescope,    value,    telescopes.php
-FIELD    camera,      10,   	     Camera
-FIELD    exp_type,     8,   	     Type    
-FIELD    filter,      10,   	     FILTER
-FIELD    ra,           8,   	     ra          
-FIELD    decl,         8,   	     decl        
-FIELD    object,      10,   	     object
-FIELD    airmass,      5,   	     airmass     
-FIELD    exp_time,     5,   	     exp_time    
-FIELD    bg,           5,   	     bg          
-FIELD    bg_stdev,     5,   	     bg_stdev    
+ARGS ARG1 exp_tag=$exp_tag
+ARGS ARG1 camera=$camera
+ARGS ARG1 foo=bar
+
+#        field        size name           show          link to   extras
+FIELD    exp_tag,     10,  exposure Tag, value,    rawImfile.php,  ARG1
+FIELD    telescope,   10,  Telescope,    value,    telescopes.php
+FIELD    camera,      10,  Camera
+FIELD    exp_type,     8,  Type    
+FIELD    filter,      10,  FILTER
+FIELD    ra,           8,  ra          
+FIELD    decl,         8,  decl        
+FIELD    object,      10,  object
+FIELD    airmass,      5,  airmass     
+FIELD    exp_time,     5,  exp_time    
+FIELD    bg,           5,  bg          
+FIELD    bg_stdev,     5,  bg_stdev    
 # FIELD    imfiles, 20,   imfiles     
 # FIELD    bg_mean_stdev, 20,   bg_mean_stdev   
