Index: trunk/ippMonitor/def/chipPendingExp.d
===================================================================
--- trunk/ippMonitor/def/chipPendingExp.d	(revision 14044)
+++ trunk/ippMonitor/def/chipPendingExp.d	(revision 14096)
@@ -1,15 +1,16 @@
-TABLE chipPendingExp, rawExp
-TITLE chipPendingExp
+TABLE chipRun, rawExp
+TITLE chip Pending Exposures
 FILE  chipPendingExp.php
 MENU  ipp.science.dat
 
 # limit this table to non-OBJECT types of images
-WHERE chipPendingExp.exp_id = rawExp.exp_id
+WHERE chipRun.exp_id = rawExp.exp_id
 
-ARGS  ARG1  exp_id=$exp_id
+ARGS  ARG1  exp_id=$chipRun.exp_id
 
 #     field                   size  name         show    link to         extras
-FIELD chipPendingExp.chip_id,    7, chip ID
-FIELD chipPendingExp.exp_id,     5, exposure ID, value,  rawImfile.php,  ARG1
+FIELD chipRun.chip_id,    	 7, chip ID
+FIELD chipRun.exp_id,     	 5, Exp ID
+FIELD rawExp.exp_name,     	 5, Exp Name,    value,  rawImfile.php,  ARG1
 FIELD rawExp.telescope,      	10, Telescope
 FIELD rawExp.camera,         	10, Camera
