Index: trunk/ippMonitor/def/detInputExp.d
===================================================================
--- trunk/ippMonitor/def/detInputExp.d	(revision 13264)
+++ trunk/ippMonitor/def/detInputExp.d	(revision 13566)
@@ -4,16 +4,20 @@
 MENU  ipp.detrend.dat
 
-ARGS  ARG1  exp_tag=$exp_tag
+ARGS  ARG1  rawImfile.exp_tag=$detInputExp.exp_tag
 
-ARGS  ARG2  exp_tag=$exp_tag
-ARGS  ARG2  det_id=$det_id
-ARGS  ARG2  iteration=$iteration
+ARGS  ARG2  detResidImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detResidImfile.det_id=$detInputExp.det_id
+ARGS  ARG2  detResidImfile.iteration=$detInputExp.iteration
 
-#     field      width 	name        show         link to                 extras
-FIELD det_id,    7,    	det_id
-FIELD exp_tag,   20,   	exposure,   value,       rawImfile.php,          ARG1
-FIELD iteration, 5,    	iteration
-FIELD include,   7,   	include
-FIELD *,         5,    	resid,      value=goto,  detResidImfile.php,     ARG2
-FIELD *,         5,    	proc,       value=goto,  detProcessedImfile.php, ARG2
+ARGS  ARG2  detProcessedImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detProcessedImfile.det_id=$detInputExp.det_id
+ARGS  ARG2  detProcessedImfile.iteration=$detInputExp.iteration
 
+#     field                  width 	name        show         link to                 extras
+FIELD detInputExp.det_id,    7,    	det_id
+FIELD detInputExp.exp_tag,   20,   	exposure,   value,       rawImfile.php,          ARG1
+FIELD detInputExp.iteration, 5,    	iteration
+FIELD detInputExp.include,   7,   	include
+FIELD *,                     5,    	choose,     value=resid, detResidImfile.php,     ARG2
+FIELD *,                     5,    	choose,     value=proc,  detProcessedImfile.php, ARG3
+
