Index: trunk/ippTools/src/p2rawToPending.c
===================================================================
--- trunk/ippTools/src/p2rawToPending.c	(revision 6299)
+++ trunk/ippTools/src/p2rawToPending.c	(revision 6336)
@@ -15,9 +15,11 @@
             rawFrame->exposure->exp_id,
             rawFrame->exposure->camera,
+            rawFrame->exposure->telescope,
             rawFrame->exposure->exp_type,
+            rawFrame->exposure->class,
+            rawFrame->exposure->imfiles,
             rawFrame->exposure->filter,
-            rawFrame->exposure->class,
-            rawFrame->exposure->nclass,
             rawFrame->exposure->stats,
+            "my recipe",
             0xff,   // p1
             0xff    // p2
@@ -30,11 +32,10 @@
             p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
                 rawImage->exp_id,
-                rawImage->class,
                 rawImage->class_id,
+                rawImage->url,
+                "my stats",      // stats
+                "my recipe",     // recipe
                 0xff,   // p1
-                0xff,   // p2
-                "",     // recipe
-                "",     // stats
-                rawImage->url
+                0xff    // p2
             );
 
