Index: trunk/ippMonitor/def/rawDetrendExp_detrend.d
===================================================================
--- trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 9323)
+++ trunk/ippMonitor/def/rawDetrendExp_detrend.d	(revision 11490)
@@ -1,13 +1,22 @@
-TABLE rawDetrendExp
+TABLE rawExp
 TITLE Raw Detrend Exposures
 FILE  rawDetrendExp.php
 MENU  ipp.detrend.dat
 
+# limit this table to non-OBJECT types of images
+WHERE rawExp.exp_type != 'OBJECT'
+
 #        field        name           show     link to         extras
-FIELD    exp_tag,      20,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
-FIELD    telescope,   20,   Telescope
-FIELD    camera,      20,   Camera
-FIELD    exp_type,    20,   Type    
-FIELD    filter,      20,   FILTER
+FIELD    exp_tag,     10,   exposure ID,   value,   rawImfile.php,  exp_tag=$exp_tag
+FIELD    telescope,   10,   Telescope
+FIELD    camera,      10,   Camera
+FIELD    exp_type,    10,   Type    
+FIELD    filter,      10,   FILTER
+FIELD    dateobs,     20,   Date/Time
+FIELD    exp_time,     5,   exp_time    
+FIELD    airmass,      5,   airmass     
+FIELD    bg,           5,   backgnd
+FIELD    bg_stdev,     5,   stdev    
+FIELD    bg_mean_stdev, 5,  &lt;backgnd&gt;
 # FIELD    imfiles,   20,   imfiles     
 # FIELD    airmass,   20,   airmass     
