Index: /trunk/dbconfig/tasks.md
===================================================================
--- /trunk/dbconfig/tasks.md	(revision 7365)
+++ /trunk/dbconfig/tasks.md	(revision 7366)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.36 2006-06-05 21:56:31 jhoblitt Exp $
+# $Id: tasks.md,v 1.37 2006-06-06 21:32:12 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -239,2 +239,10 @@
     recipe      STR         64
 END
+
+detResidExpAnalysis METADATA
+    det_id      S32         0       # Primary Key
+    exp_id      STR         64      # Primary Key
+    stats       STR         255
+    recipe      STR         64
+    accept      BOOL        f
+END
Index: /trunk/ippTools/src/pxtables.c
===================================================================
--- /trunk/ippTools/src/pxtables.c	(revision 7365)
+++ /trunk/ippTools/src/pxtables.c	(revision 7366)
@@ -44,4 +44,5 @@
     CREATE_TABLE(detMasterImfileCreateTable);
     CREATE_TABLE(detResidImfileAnalysisCreateTable);
+    CREATE_TABLE(detResidExpAnalysisCreateTable);
 
     return true;
@@ -96,4 +97,5 @@
     DROP_TABLE(detMasterImfileDropTable);
     DROP_TABLE(detResidImfileAnalysisDropTable);
+    DROP_TABLE(detResidExpAnalysisDropTable);
 
     return status;
