Index: trunk/ippMonitor/def/detInputExp.d
===================================================================
--- trunk/ippMonitor/def/detInputExp.d	(revision 13725)
+++ trunk/ippMonitor/def/detInputExp.d	(revision 14044)
@@ -5,13 +5,13 @@
 
 # limit this table to non-OBJECT types of images
-WHERE detInputExp.exp_tag = rawExp.exp_tag
+WHERE detInputExp.exp_id = rawExp.exp_id
 
-ARGS  ARG1  rawImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG1  rawImfile.exp_id=$detInputExp.exp_id
 
-ARGS  ARG2  detResidImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detResidImfile.exp_id=$detInputExp.exp_id
 ARGS  ARG2  detResidImfile.det_id=$detInputExp.det_id
 ARGS  ARG2  detResidImfile.iteration=$detInputExp.iteration
 
-ARGS  ARG2  detProcessedImfile.exp_tag=$detInputExp.exp_tag
+ARGS  ARG2  detProcessedImfile.exp_id=$detInputExp.exp_id
 ARGS  ARG2  detProcessedImfile.det_id=$detInputExp.det_id
 ARGS  ARG2  detProcessedImfile.iteration=$detInputExp.iteration
@@ -22,8 +22,9 @@
 
 #     field                  width 	name        show         link to                 extras
-FIELD detInputExp.det_id,    7,    	det_id
-FIELD detInputExp.iteration, 5,    	iteration
-FIELD detInputExp.exp_tag,   20,   	exposure,   value,       rawImfile.php,          ARG1
-FIELD detInputExp.include,   7,   	include
+FIELD detInputExp.det_id,     7,    	Det ID
+FIELD detInputExp.iteration,  5,    	iteration
+FIELD detInputExp.exp_id,     5,   	Exp ID,     value,       rawImfile.php,          ARG1
+FIELD rawExp.exp_name,        5,   	Exp Name,   value,       rawImfile.php,          ARG1
+FIELD detInputExp.include,    7,   	include
 FIELD rawExp.telescope,      10,   	Telescope
 FIELD rawExp.camera,         10,   	Camera
