Index: trunk/ippTools/src/p2pendingToDone.c
===================================================================
--- trunk/ippTools/src/p2pendingToDone.c	(revision 8062)
+++ trunk/ippTools/src/p2pendingToDone.c	(revision 8120)
@@ -22,8 +22,11 @@
             pendingFrame->exposure->telescope,
             pendingFrame->exposure->exp_type,
-//            pendingFrame->exposure->class,
             pendingFrame->exposure->imfiles,
             pendingFrame->exposure->filter,
-            pendingFrame->exposure->stats,
+            pendingFrame->exposure->airmass,
+            pendingFrame->exposure->ra,
+            pendingFrame->exposure->decl,
+            pendingFrame->exposure->exp_time,
+            pendingFrame->exposure->background,
             "my recipe",
             pendingFrame->exposure->p1_version,
@@ -46,5 +49,4 @@
                 pendingImage->class_id,
                 pendingImage->uri,
-                "my stats", // stats
                 "my recipe", // recipe
                 pendingImage->p1_version,
@@ -73,8 +75,11 @@
         pendingExp->telescope,
         pendingExp->exp_type,
-//        pendingExp->class,
         pendingExp->imfiles, // XXX ndone is uneeded?
         pendingExp->filter,
-        pendingExp->stats,
+        pendingExp->airmass,
+        pendingExp->ra,
+        pendingExp->decl,
+        pendingExp->exp_time,
+        pendingExp->background,
         "my recipe",
         pendingExp->p1_version,
