Index: trunk/ippTools/src/regtool.c
===================================================================
--- trunk/ippTools/src/regtool.c	(revision 6300)
+++ trunk/ippTools/src/regtool.c	(revision 6336)
@@ -80,4 +80,5 @@
             }
             
+            /*
             // lookup camera name in p0CameraConfig
             psMetadata *where = psMetadataAlloc();
@@ -127,4 +128,5 @@
 
             psFree(configs);
+            */
         }
         psFree(new);
@@ -203,10 +205,12 @@
         newExp->exp_id,
         newExp->camera,
+        newExp->telescope,
         newExp->exp_type,
-        newExp->filter,
         newExp->class,
-        newExp->nclass,
-        newExp->stats,
-        0 // XXX calc version number
+        newExp->imfiles,
+        "my filter",
+        "my stats",
+        "my recipe",
+        0xff // XXX calc version number
     );
 }
@@ -217,11 +221,13 @@
         newExp->exp_id,
         newExp->camera,
+        newExp->telescope,
         newExp->exp_type,
-        newExp->filter,
         newExp->class,
-        newExp->nclass,
-        newExp->stats,
-        0, // XXX calc version number
-        0 // XXX calc version number
+        newExp->imfiles,
+        "my filter", 
+        "my stats",
+        "my recipe",
+        0xff, // XXX calc version number
+        0xff // XXX calc version number
     );
 }
