Index: /trunk/ippconfig/recipes/ppSim.config
===================================================================
--- /trunk/ippconfig/recipes/ppSim.config	(revision 15462)
+++ /trunk/ippconfig/recipes/ppSim.config	(revision 15463)
@@ -23,19 +23,23 @@
 GALAXY.DENSITY	  F32	6.0		# Galaxy density (per square degree) at the brightest magnitude
 
+GALAXY.RMAJOR.MIN F32	2.0		# Minimum semi-major axis for galaxy models
 GALAXY.RMAJOR.MAX F32	10.0		# Maximum semi-major axis for galaxy models
-GALAXY.RMAJOR.MIN F32	2.0		# Minimum semi-major axis for galaxy models
 
+GALAXY.ARATIO.MIN F32	1.0		# Minimum axis ratio for galaxy models
 GALAXY.ARATIO.MAX F32	0.2		# Maximum axis ratio for galaxy models
-GALAXY.ARATIO.MIN F32	1.0		# Minimum axis ratio for galaxy models
 
-GALAXY.INDEX.MIN F32    0.25		# Maximum Sersic index for galaxy models
-GALAXY.INDEX.MAX F32	0.500           # Minimum Sersic index for galaxy models
+GALAXY.INDEX.MIN F32    0.25		# Minimum Sersic index for galaxy models
+GALAXY.INDEX.MAX F32	0.500           # Maximum Sersic index for galaxy models
 
-GALAXY.THETA.MIN F32    0.0		# Maximum position angle for galaxy models
-GALAXY.THETA.MAX F32	3.14            # Minimum position angle for galaxy models
+GALAXY.THETA.MIN F32    0.0		# Minimum position angle for galaxy models
+GALAXY.THETA.MAX F32	3.14            # Maximum position angle for galaxy models
 
 GALAXY.GRID      BOOL   FALSE		# Generate a (regular) grid of galaxy models?
 GALAXY.GRID.DX   S32   200              # Spacing between galaxies in grid in x
 GALAXY.GRID.DY   S32   200              # Spacing between galaxies in grid in y
+
+BADPIX.SEED	U64	123456789	# Seed for RNG in creating deterministic bad pixels
+BADPIX.FRAC	F32	0.05		# Fraction of bad pixels
+
 
 ### The following options are used if not defined by the concepts (e.g., usually read from headers)
