Index: trunk/ippTools/src/camtool.c
===================================================================
--- trunk/ippTools/src/camtool.c	(revision 12176)
+++ trunk/ippTools/src/camtool.c	(revision 12188)
@@ -293,14 +293,4 @@
     }
 
-    psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
-    if (!status) {
-        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
-        return false;
-    }
-    if (!recipe) {
-        psError(PS_ERR_UNKNOWN, true, "-recip is required");
-        return false;
-    }
-
     psF64 bg = psMetadataLookupF64(&status, config->args, "-bg");
     if (!status) {
@@ -428,6 +418,8 @@
         pendingRow->chip_id,
         pendingRow->label,
+        pendingRow->recipe,
+        pendingRow->expgroup,
+        pendingRow->dvodb,
         uri,
-        recipe,
         bg,
         bg_stdev,
@@ -439,7 +431,5 @@
         zp_mean,
         zp_stdev,
-        code,
-        pendingRow->expgroup,
-        pendingRow->dvodb
+        code
     );
 
