Index: trunk/ippconfig/recipes/ppSim.config
===================================================================
--- trunk/ippconfig/recipes/ppSim.config	(revision 20886)
+++ trunk/ippconfig/recipes/ppSim.config	(revision 20910)
@@ -69,4 +69,6 @@
 BADPIX.SEED	U64	123456789	# Seed for RNG in creating deterministic bad pixels
 BADPIX.FRAC	F32	0.0001		# Fraction of bad pixels
+BADPIX.SIZE	S32	0		# Size of bad pixels
+BADPIX.MODE	STR	RANDOM		# Mode for bad pixels: RANDOM|NAN
 
 ### The following options are used if not defined by the concepts (e.g., usually read from headers)
@@ -176,2 +178,9 @@
 TESTDATA  METADATA
 END
+
+# Overrides for creating large holes in the image
+LARGEHOLES
+    BADPIX.FRAC	F32	3.0e-7		# Fraction of bad pixels
+    BADPIX.SIZE	S32	256		# Size of bad pixels
+    BADPIX.MODE	STR	NAN		# Mode for bad pixels: RANDOM|NAN
+END
