Index: trunk/ippconfig/recipes/ppSim.config
===================================================================
--- trunk/ippconfig/recipes/ppSim.config	(revision 17673)
+++ trunk/ippconfig/recipes/ppSim.config	(revision 17931)
@@ -15,9 +15,11 @@
 FLAT.RATE	F32	2000.0		# Flat illumination rate (e/s)
 
-SHUTTER         BOOL    TRUE
 SHUTTER.TIME	F32	1.0		# Time for shutter to fully open
+SCATTER.FRAC    F32     0.0
 
 SKY		BOOL	TRUE		# Sky illumination rate (e/s)
-SKY.RATE	F32	10.0		# Sky illumination rate (e/s)
+SKY.RATE	F32	20.0		# Sky illumination rate (e/s)
+
+PHOTOM          BOOL    FALSE           # perform photometry on the faked stars?
 
 STARS.REAL	BOOL	TRUE		# Add stars from a catalogue?
@@ -53,6 +55,8 @@
 
 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
+GALAXY.GRID.DX   S32    200             # Spacing between galaxies in grid in x
+GALAXY.GRID.DY   S32    200             # Spacing between galaxies in grid in y
+
+GALAXY.MODEL     STR    PS_MODEL_SERSIC
 
 GALAXY.MODEL     STR    PS_MODEL_SERSIC
@@ -104,4 +108,15 @@
 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)
+
+ADDFAKES    METADATA
+ BIAS            BOOL    FALSE
+ DARK            BOOL    FALSE
+ FLAT            BOOL    FALSE
+ SKY		 BOOL	 FALSE		# Sky illumination rate (e/s)
+ STARS.REAL  	 BOOL	 FALSE		# Add stars from a catalogue?
+ STARS.FAKE  	 BOOL	 TRUE		# Add stars from a catalogue?
+END
+
