Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 8542)
+++ trunk/dbconfig/tasks.md	(revision 8664)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.69 2006-08-24 03:12:38 jhoblitt Exp $
+# $Id: tasks.md,v 1.70 2006-08-29 04:43:35 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -152,7 +152,6 @@
 # and/or logging imfile done better?
 
-p2DoneExp METADATA
-    exp_id      STR         64      # Primary Key
-    recipe      STR         64
+p2ProcessedExp METADATA
+    exp_id      STR         64      # Primary Key
     p1_version  S32         0
     p2_version  S32         0
@@ -162,15 +161,16 @@
 # state?
 
-p2DoneImfile METADATA
-    exp_id      STR         64      # Primary Key
-    class_id    STR         64      # Primary Key
-    uri         STR         255
-    recipe      STR         64
-    p1_version  S32         0
-    p2_version  S32         0
-#    uri_src     STR         255  - input image
-#    uri_astrom  STR         255  - output astrometry
-#    uri_object  STR         255  - output object list
-#    uri_log     STR         255  - output logging file
+p2ProcessedImfile METADATA
+    exp_id      STR         64      # Primary Key
+    class_id    STR         64      # Primary Key
+    uri         STR         255
+    recipe      STR         64
+    bg          F64         0.0
+    bg_stdev    F64         0.0
+    bg_mean_stdev   F64         0.0
+    b1_uri      STR         64
+    b2_uri      STR         64
+    p1_version  S32         0
+    p2_version  S32         0
 END
 
@@ -179,5 +179,4 @@
 p3PendingExp METADATA
     exp_id      STR         64      # Primary Key
-    recipe      STR         64
     p2_version  S32         0
     p3_version  S32         0
