Index: trunk/ppMerge/src/ppMergeOptions.c
===================================================================
--- trunk/ppMerge/src/ppMergeOptions.c	(revision 9325)
+++ trunk/ppMerge/src/ppMergeOptions.c	(revision 9341)
@@ -40,4 +40,6 @@
     options->stdev = PS_STAT_SAMPLE_STDEV;
     options->shutterSize = 10;
+    options->shutterIter = 2;
+    options->shutterRej = 3.0;
     options->onOff = 0;
     options->combine = pmCombineParamsAlloc(PS_STAT_SAMPLE_MEAN);
@@ -129,5 +131,8 @@
     OPTION_PARSE(options->combine->nKeep,    recipe, "NKEEP",     S32 );
     OPTION_PARSE(options->combine->maskVal,  recipe, "MASKVAL",   S32 );
-    OPTION_PARSE(options->shutterSize,       recipe, "SHUTTERSIZE", S32 );
+    OPTION_PARSE(options->shutterSize,       recipe, "SHUTTER.SIZE", S32 );
+    OPTION_PARSE(options->shutterIter,       recipe, "SHUTTER.ITER", S32 );
+    OPTION_PARSE(options->shutterRej,        recipe, "SHUTTER.REJECT", S32 );
+
     options->combine->combine = parseStat(recipe, "COMBINE");
     options->mean             = parseStat(recipe, "MEAN");
