Index: trunk/ippMonitor/def/chipProcessedExp.d
===================================================================
--- trunk/ippMonitor/def/chipProcessedExp.d	(revision 14096)
+++ trunk/ippMonitor/def/chipProcessedExp.d	(revision 14113)
@@ -1,5 +1,5 @@
-TABLE chipRun, rawExp, chipProcessedImfile
+TABLE chipRun, rawExp
 TITLE chip Processed Exposures
-FILE  chipPendingExp.php
+FILE  chipProcessedExp.php
 MENU  ipp.science.dat
 
@@ -7,13 +7,12 @@
 WHERE chipRun.state = 'stop'
 WHERE chipRun.exp_id = rawExp.exp_id
-WHERE chipProcessedImfile.exp_id = chipRun.exp_id
-WHERE chipProcessedImfile.chip_id = chipRun.chip_id
 
 ARGS  ARG1  exp_id=$chipRun.exp_id
+ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
 
-#     field                   size  name         show    link to         extras
+#     field                   size  name         show    link to                  extras
 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 chipRun.exp_id,     	 5, Exp ID,      value,  rawImfile.php,           ARG1
+FIELD rawExp.exp_name,     	 5, Exp Name,    value,  chipProcessedImfile.php, ARG2
 FIELD rawExp.telescope,      	10, Telescope
 FIELD rawExp.camera,         	10, Camera
@@ -29,9 +28,4 @@
 FIELD rawExp.bg_mean_stdev,  	 5, &lt;backgnd&gt;
 
-FIELD chipProcessedImfile.n_stars,  5, Nstars
-FIELD chipProcessedImfile.n_astrom, 5, Nastrom
-FIELD chipProcessedImfile.sigma_ra, 5, sigma ra
-FIELD chipProcessedImfile.fwhm,     5, FHWM
-
 # FIELD chipPendingExp.reduction,    20,   reduction
 # FIELD chipPendingExp.guide_id,     20, guide ID
