Index: trunk/ippMonitor/def/rawExp_failed.d
===================================================================
--- trunk/ippMonitor/def/rawExp_failed.d	(revision 11491)
+++ trunk/ippMonitor/def/rawExp_failed.d	(revision 11491)
@@ -0,0 +1,30 @@
+TABLE rawExp
+TITLE Raw Detrend Exposures
+FILE  rawExp_failed.php
+MENU  ipp.copy.dat
+
+# limit this table to non-OBJECT types of images
+WHERE fault > 0
+
+#        field        name  show           link to  extras
+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  ra,           8,   ra          
+# FIELD  decl,         8,   decl        
+# FIELD  object,      10,   object
+# FIELD  imfiles,     20,   imfiles     
+# FIELD  airmass,     20,   airmass     
+# FIELD  bg_mean_stdev, 20, bg_mean_stdev   
+# FIELD  alt,         20,   alt         
+# FIELD  az,	      20,   az          
+# FIELD  ccd_temp,    20,   ccd_temp    
+# FIELD  posang,      20,   posang      
Index: trunk/ippMonitor/def/rawImfile_failed.d
===================================================================
--- trunk/ippMonitor/def/rawImfile_failed.d	(revision 11491)
+++ trunk/ippMonitor/def/rawImfile_failed.d	(revision 11491)
@@ -0,0 +1,28 @@
+TABLE rawImfile
+TITLE Raw Image File
+FILE  rawImfile.php
+MENU  ipp.copy.dat
+
+HEAD PHP insert_backref ("rawUnknownExp.php", "exp_tag", $ID['link']);
+WHERE fault > 0
+
+#        field        name   show         link to         extras
+FIELD    exp_tag,      15,    Exposure
+FIELD    class_id,      8,    Chip ID
+FIELD    bg,	        8,    backgnd
+FIELD    bg_stdev,      8,    stdev
+FIELD    bg_mean_stdev, 8,    [stdev]
+FIELD    uri,	       10,    uri
+# FIELD    class,       20,   Class
+# FIELD    uri,	      20,   uri
+# FIELD    exp_type,  20,   exp_type
+# FIELD    filter,    20,   filter
+# FIELD    airmass,   20,   airmass
+# FIELD    ra,	      20,   ra
+# FIELD    decl,      20,   decl
+# FIELD    exp_time,  20,   exp_time
+# FIELD    alt,       20,   alt
+# FIELD    az,	      20,   az
+# FIELD    ccd_temp,  20,   ccd_temp
+# FIELD    posang,    20,   posang
+# FIELD    object,    20,   object
Index: trunk/ippMonitor/def/rawUnknownExp.d
===================================================================
--- trunk/ippMonitor/def/rawUnknownExp.d	(revision 11491)
+++ trunk/ippMonitor/def/rawUnknownExp.d	(revision 11491)
@@ -0,0 +1,30 @@
+TABLE rawExp
+TITLE Raw Detrend Exposures
+FILE  rawDetrendExp.php
+MENU  ipp.copy.dat
+
+# limit this table to non-OBJECT types of images
+WHERE rawExp.exp_type is NULL
+
+#        field        name  show           link to  extras
+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  ra,           8,   ra          
+# FIELD  decl,         8,   decl        
+# FIELD  object,      10,   object
+# FIELD  imfiles,     20,   imfiles     
+# FIELD  airmass,     20,   airmass     
+# FIELD  bg_mean_stdev, 20, bg_mean_stdev   
+# FIELD  alt,         20,   alt         
+# FIELD  az,	      20,   az          
+# FIELD  ccd_temp,    20,   ccd_temp    
+# FIELD  posang,      20,   posang      
