Index: trunk/ppMerge/src/ppMergeOptions.c
===================================================================
--- trunk/ppMerge/src/ppMergeOptions.c	(revision 13593)
+++ trunk/ppMerge/src/ppMergeOptions.c	(revision 13873)
@@ -61,5 +61,4 @@
     options->satMask = 0x00;
     options->badMask = 0x00;
-
     return options;
 }
@@ -135,5 +134,5 @@
 
     // First, deal with the recipe.  These are parameters that will typically be constant for a camera.
-    OPTION_PARSE(options->rows,              recipe, "ROWS",           U16);
+    OPTION_PARSE(options->rows,              recipe, "ROWS",           S32);
     OPTION_PARSE(options->minElectrons,      recipe, "ELECTRONS",      F32);
     OPTION_PARSE(options->sample,            recipe, "SAMPLE",         S32);
@@ -215,5 +214,4 @@
             options->shutter = true;
             options->mask = false;
-            options->rows = 0;          // Read the whole image at once
         } else if (strcasecmp(type, "MASK") == 0) {
             options->zero = false;
