Index: trunk/ppImage/src/ppImageParseCamera.c
===================================================================
--- trunk/ppImage/src/ppImageParseCamera.c	(revision 10083)
+++ trunk/ppImage/src/ppImageParseCamera.c	(revision 10215)
@@ -16,4 +16,20 @@
         return NULL;
     }
+
+#if 0
+    // the input image defines the camera, and all recipes and options the follow
+    pmFPAfile *inputMask = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.MASK", "INPUT.MASK");
+    if (!status || !inputMask) {
+        psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.MASK");
+        return NULL;
+    }
+
+    // the input image defines the camera, and all recipes and options the follow
+    pmFPAfile *inputWeight = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT.WEIGHT", "INPUT.WEIGHT");
+    if (!status || !inputWeight) {
+        psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT.WEIGHT");
+        return NULL;
+    }
+#endif
 
     // add recipe options supplied on command line
