Index: /trunk/dbconfig/tasks.md
===================================================================
--- /trunk/dbconfig/tasks.md	(revision 6660)
+++ /trunk/dbconfig/tasks.md	(revision 6661)
@@ -1,3 +1,3 @@
-# $Id: tasks.md,v 1.23 2006-03-21 23:30:41 jhoblitt Exp $
+# $Id: tasks.md,v 1.24 2006-03-21 23:35:26 jhoblitt Exp $
 
 # this table records all exposure ID ever seen from the summit
@@ -56,5 +56,5 @@
     telescope   STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
@@ -68,5 +68,5 @@
     telescope   STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
@@ -86,5 +86,5 @@
     telescope   STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
@@ -102,5 +102,5 @@
     telescope   STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
@@ -131,5 +131,5 @@
     telescope   STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
@@ -163,5 +163,5 @@
     camera      STR         255
     exp_type    STR         255
-    class       STR         255
+#    class       STR         255
     imfiles     S32         0
     filter      STR         255
Index: /trunk/ippTools/src/p2insertPendingFrames.c
===================================================================
--- /trunk/ippTools/src/p2insertPendingFrames.c	(revision 6660)
+++ /trunk/ippTools/src/p2insertPendingFrames.c	(revision 6661)
@@ -40,5 +40,5 @@
             rawFrame->exposure->telescope,
             rawFrame->exposure->exp_type,
-            rawFrame->exposure->class,
+//            rawFrame->exposure->class,
             rawFrame->exposure->imfiles,
             rawFrame->exposure->filter,
Index: /trunk/ippTools/src/p2pendingToDone.c
===================================================================
--- /trunk/ippTools/src/p2pendingToDone.c	(revision 6660)
+++ /trunk/ippTools/src/p2pendingToDone.c	(revision 6661)
@@ -18,5 +18,5 @@
             pendingFrame->exposure->telescope,
             pendingFrame->exposure->exp_type,
-            pendingFrame->exposure->class,
+//            pendingFrame->exposure->class,
             pendingFrame->exposure->imfiles,
             pendingFrame->exposure->filter,
@@ -96,5 +96,5 @@
         pendingExp->telescope,
         pendingExp->exp_type,
-        pendingExp->class,
+//        pendingExp->class,
         pendingExp->imfiles, // XXX ndone is uneeded?
         pendingExp->filter,
Index: /trunk/ippTools/src/p2rawToPending.c
===================================================================
--- /trunk/ippTools/src/p2rawToPending.c	(revision 6660)
+++ /trunk/ippTools/src/p2rawToPending.c	(revision 6661)
@@ -17,5 +17,5 @@
             rawFrame->exposure->telescope,
             rawFrame->exposure->exp_type,
-            rawFrame->exposure->class,
+//            rawFrame->exposure->class,
             rawFrame->exposure->imfiles,
             rawFrame->exposure->filter,
Index: /trunk/ippTools/src/pxframes.c
===================================================================
--- /trunk/ippTools/src/pxframes.c	(revision 6660)
+++ /trunk/ippTools/src/pxframes.c	(revision 6661)
@@ -129,5 +129,5 @@
         newExp->telescope,
         newExp->exp_type,
-        newExp->class,
+//        newExp->class,
         newExp->imfiles,
         "my filter",
@@ -188,5 +188,5 @@
         newExp->telescope,
         newExp->exp_type,
-        newExp->class,
+//        newExp->class,
         newExp->imfiles,
         "my filter",
Index: /trunk/ippTools/src/regtool.c
===================================================================
--- /trunk/ippTools/src/regtool.c	(revision 6660)
+++ /trunk/ippTools/src/regtool.c	(revision 6661)
@@ -211,5 +211,5 @@
         newExp->telescope,
         newExp->exp_type,
-        newExp->class,
+//        newExp->class,
         newExp->imfiles,
         "my filter",
@@ -227,5 +227,5 @@
         newExp->telescope,
         newExp->exp_type,
-        newExp->class,
+//        newExp->class,
         newExp->imfiles,
         "my filter", 
