Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 6037)
+++ trunk/dbconfig/tasks.md	(revision 6037)
@@ -0,0 +1,92 @@
+# $Id: tasks.md,v 1.1 2006-01-18 21:23:22 jhoblitt Exp $
+
+rawScienceExp METADATA
+    exp_id      STR         255     # Primary Key
+    camera      STR         255
+    class       STR         255
+    nclass      S32         0
+    stats       STR         255
+END
+
+rawImageFiles METADATA
+    exp_id      STR         255     # Primary Key
+    camera      STR         255
+    type        STR         255
+    class       STR         255
+    class_id    STR         255
+    stats       STR         255
+    url         STR         255
+END
+
+# do we need nclass?
+
+p2PendingExp METADATA
+    exp_id      STR         255     # Primary Key
+    nclass      S32         0
+    p1_version  STR         32
+    p2_version  STR         32
+END
+
+# urls in & out ?
+
+p2PendingImfiles METADATA
+    exp_id      STR         255     # Primary Key
+    class       STR         255
+    class_id    STR         255
+    p1_version  STR         64
+    p2_version  STR         64
+    recipe      STR         64
+    stats       STR         255
+    url         STR         255
+END
+
+# nclass & ndone?
+# and/or logging imfiles done better?
+
+p2DoneExp METADATA
+    exp_id      STR         255     # Primary Key
+    nclass      S32         0
+    ndone       S32         0    
+    p1_version  STR         64
+    p2_version  STR         64
+END
+
+# urls in & out ?
+# state?
+
+p2DoneImfiles METADATA
+    exp_id      STR         255     # Primary Key
+    class       STR         255
+    class_id    STR         255
+    p1_version  STR         64
+    p2_version  STR         64
+    recipe      STR         64
+    stats       STR         255
+    url         STR         255
+END
+
+# nclass is not here... is it needed?
+
+p3PendingExp METADATA
+    exp_id      STR         255     # Primary Key
+    p2_version  STR         64
+    p3_version  STR         64
+END
+
+masterDetrendFrames METADATA
+    det_id      STR         255     # Primary Key
+    version     STR         64
+    label       STR         255
+    type        STR         255
+    class       STR         255
+    nclass      S32         0
+    filter      STR         255
+    exptime     S32         0
+END
+
+masterDetrendImfiles METADATA
+    det_id      STR         255     # Primary Key
+    class       STR         255
+    class_id    STR         255
+    url         STR         255
+END
