Index: /trunk/ippMonitor/def/chipPendingExp.d
===================================================================
--- /trunk/ippMonitor/def/chipPendingExp.d	(revision 14013)
+++ /trunk/ippMonitor/def/chipPendingExp.d	(revision 14014)
@@ -1,12 +1,29 @@
-TABLE chipPendingExp
+TABLE chipPendingExp, rawExp
 TITLE chipPendingExp
 FILE  chipPendingExp.php
 MENU  ipp.science.dat
 
+# limit this table to non-OBJECT types of images
+WHERE chipPendingExp.exp_tag = rawExp.exp_tag
+
 ARGS  ARG1  exp_tag=$exp_tag
 
-#     field          size  name         show    link to         extras
-FIELD chip_id,       20,   chip ID
-FIELD exp_tag,       20,   exposure ID, value,  rawImfile.php,  ARG1
-FIELD recipe,	     20,   recipe
-FIELD guide_id,      20,   guide ID
+#     field                   size  name         show    link to         extras
+FIELD chipPendingExp.chip_id,    7, chip ID
+FIELD chipPendingExp.exp_tag,   20, exposure ID, value,  rawImfile.php,  ARG1
+FIELD rawExp.telescope,      	10, Telescope
+FIELD rawExp.camera,         	10, Camera
+FIELD rawExp.dateobs,        	20, Date/Time
+FIELD rawExp.filter,         	10, FILTER
+FIELD rawExp.ra,       	         5, RA    
+FIELD rawExp.decl,       	 5, Dec
+FIELD rawExp.exp_time,       	 5, exp_time    
+FIELD rawExp.sat_pixel_frac, 	 5, f(sat pixels)
+FIELD rawExp.airmass,        	 5, airmass     
+FIELD rawExp.bg,             	 5, backgnd
+FIELD rawExp.bg_stdev,       	 5, stdev    
+FIELD rawExp.bg_mean_stdev,  	 5, &lt;backgnd&gt;
+
+
+# FIELD chipPendingExp.reduction,    20,   reduction
+# FIELD chipPendingExp.guide_id,     20, guide ID
