Index: trunk/ippconfig/recipes/ppSim.config
===================================================================
--- trunk/ippconfig/recipes/ppSim.config	(revision 17613)
+++ trunk/ippconfig/recipes/ppSim.config	(revision 17673)
@@ -1,11 +1,22 @@
 ### Recipe values for ppSim, the Pan-STARRS data simulator
 
+IMAGE.TYPE      STR     BIAS            # default image type
+
+BIAS            BOOL    TRUE
 BIAS.LEVEL	F32	1000.0		# Bias level (e)
 BIAS.RANGE	F32	20.0		# Range of bias values (e)
 BIAS.ORDER	S32	7		# Order for overscan polynomial
+
+DARK            BOOL    TRUE
 DARK.RATE	F32	5.0		# Dark current (e/s)
+
+FLAT            BOOL    TRUE
 FLAT.SIGMA	F32	3.0		# Flat gaussian width (FPA sizes)
 FLAT.RATE	F32	2000.0		# Flat illumination rate (e/s)
+
+SHUTTER         BOOL    TRUE
 SHUTTER.TIME	F32	1.0		# Time for shutter to fully open
+
+SKY		BOOL	TRUE		# Sky illumination rate (e/s)
 SKY.RATE	F32	10.0		# Sky illumination rate (e/s)
 
@@ -19,6 +30,7 @@
 STARS.SIGMA.LIM F32      5.0            # significance of faintest sources
 
-STARS.FLAT.LUM  BOOL    TRUE            # use a (non-physical) constant number of stars per mag bin?
+STARS.FLAT.LUM  BOOL    FALSE           # use a (non-physical) constant number of stars per mag bin?
 STARS.FLAT.NUM  S32     5000            # number of stars to generate for flat magnitude distribution
+PSF.MODEL       STR     PS_MODEL_QGAUSS
 
 GALAXY.FAKE     BOOL    FALSE		# Generate fake galaxies?
@@ -44,6 +56,10 @@
 GALAXY.GRID.DY   S32   200              # Spacing between galaxies in grid in y
 
+GALAXY.MODEL     STR    PS_MODEL_SERSIC
+
 BADPIX.SEED	U64	123456789	# Seed for RNG in creating deterministic bad pixels
 BADPIX.FRAC	F32	0.0001		# Fraction of bad pixels
+
+PHOTOM          BOOL    FALSE           # perform photometry on the faked stars?
 
 ### The following options are used if not defined by the concepts (e.g., usually read from headers)
@@ -88,2 +104,4 @@
 ZEROPOINT   F32     NAN                 # exposure time (seconds)
 SKY.MAGS    F32     NAN                 # exposure time (seconds)
+FILTER      STR     NONE                # exposure time (seconds)
+BINNING     S32     1                   # exposure time (seconds)
