Index: trunk/dbconfig/tasks.md
===================================================================
--- trunk/dbconfig/tasks.md	(revision 8078)
+++ trunk/dbconfig/tasks.md	(revision 8083)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.47 2006-08-03 00:46:47 jhoblitt Exp $
+# $Id: tasks.md,v 1.48 2006-08-03 02:31:55 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -40,5 +40,4 @@
     exp_type    STR         64
     imfiles     S32         0
-    class       STR         64
 END
 
@@ -60,7 +59,8 @@
     class       STR         255
     airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
 END
 
@@ -75,7 +75,8 @@
     class       STR         255
     airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
 END
 
@@ -85,5 +86,4 @@
     class_id    STR         64      # Primary Key
     uri         STR         255
-    stats       STR         255
 END
 
@@ -99,9 +99,9 @@
     imfiles     S32         0
     filter      STR         255
-    class       STR         255
-    airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    airmass     F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
     recipe      STR         64
     p1_version  S32         0
@@ -118,9 +118,9 @@
     imfiles     S32         0
     filter      STR         255
-    class       STR         255
     airmass     F32         0.0
     ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    dec         F64         0.0
+    exp_time    F64         0.0
+    background  F64         0.0
     recipe      STR         64
     p1_version  S32         0
@@ -151,9 +151,9 @@
     imfiles     S32         0
     filter      STR         255
-    class       STR         255
-    airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    airmass     F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
     recipe      STR         64
     p1_version  S32         0
@@ -187,9 +187,9 @@
     imfiles     S32         0
     filter      STR         255
-    class       STR         255
-    airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    airmass     F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
     recipe      STR         64
     p2_version  S32         0
@@ -211,9 +211,9 @@
     imfiles     S32         0
     filter      STR         255
-    class       STR         255
-    airmass     F32         0.0
-    ra          F32         0.0
-    dec         F32         0.0
-    exp_time    F32         0.0
+    airmass     F32         0.0
+    ra          F64         0.0
+    dec         F64         0.0
+    exp_time    F32         0.0
+    background  F64         0.0
 END
 
