Index: /branches/eam_branches/20090715/ippconfig/mosaic2/format.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/mosaic2/format.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/mosaic2/format.config	(revision 25276)
@@ -73,5 +73,5 @@
 	CELL.GAIN		STR	GAIN
 	CELL.READNOISE		STR	RDNOISE
-	CELL.SATURATION		STR	SATURATE
+	# CELL.SATURATION		STR	SATURATE
 	CELL.TIME		STR	MJD-OBS
 	CELL.XBIN		STR	CCDSUM
@@ -88,4 +88,5 @@
 	FPA.ALT			F32	0.0		# Not present in header
 	FPA.AZ			F32	0.0		# Not present in header
+	CELL.SATURATION		STR	50000
 	CELL.TIMESYS		STR	UTC		# Header says "UTC approximate"
 	CELL.READDIR		S32	1		# Cell is read in x direction
Index: /branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/mosaic2/psphot.config	(revision 25276)
@@ -43,2 +43,4 @@
 
 PSF_MOMENTS_RADIUS  F32    7               # calculate initial source moments with this radius
+MOMENTS_MIN_PIXEL_SN F32    0.0
+MOMENTS_GAUSS_SIGMA  F32    2.0
Index: /branches/eam_branches/20090715/ippconfig/recipes/ppSim.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/recipes/ppSim.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/recipes/ppSim.config	(revision 25276)
@@ -185,4 +185,10 @@
 END
 
+STACKTEST.MAKE  METADATA
+END
+
+STACKTEST.RUN  METADATA
+END
+
 # Overrides for creating large holes in the image
 LARGEHOLES	METADATA
Index: /branches/eam_branches/20090715/ippconfig/recipes/psphot.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/recipes/psphot.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/recipes/psphot.config	(revision 25276)
@@ -64,5 +64,5 @@
 PSF_MAX_NSTARS                      S32   200             # limit number of stars used for PSF model
 PSF_CLUMP_NSIGMA                    F32   1.5             # region of Sx,Sy plane to use for selecting PSF stars
-PSF_CLUMP_GRID_SCALE                F32   0.5             # size of Sx,Sy image pixel
+PSF_CLUMP_GRID_SCALE                F32   0.2             # size of Sx,Sy image pixel
 
 PSF_CLUMP_NX                        S32   1               # subdivide image in to NX x NY regions for 
Index: /branches/eam_branches/20090715/ippconfig/simtest/format.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/simtest/format.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/simtest/format.config	(revision 25276)
@@ -69,6 +69,6 @@
 	CELL.X0		S32	0
 	CELL.Y0		S32	0
-	CELL.XSIZE	S32	2048
-	CELL.YSIZE	S32	2048
+	CELL.XSIZE	S32	1024
+	CELL.YSIZE	S32	1024
 	CELL.XWINDOW	S32	0
 	CELL.YWINDOW	S32	0
Index: /branches/eam_branches/20090715/ippconfig/simtest/ppSim.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/simtest/ppSim.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/simtest/ppSim.config	(revision 25276)
@@ -13,2 +13,56 @@
 END
 
+# for a quick test, we are going to skip shutter and dark corrections
+STACKTEST.MAKE  METADATA
+ PSF.MODEL       STR     PS_MODEL_GAUSS
+ SHUTTER.TIME	 F32	 0.0
+ DARK.RATE       F32     0.0         
+ SCATTER.FRAC    F32     0.0
+ BIAS            BOOL    FALSE
+ FLAT            BOOL    FALSE
+ 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
+
+ # generate a set of fake stars
+ STARS.REAL	 BOOL	FALSE		# Add stars from a catalogue?
+ STARS.FAKE      BOOL   TRUE		# Add fake stars, randomly distributed?
+ MATCH.DENSITY   BOOL   TRUE            # significance of faintest sources
+
+ EXPTIME     	 F32    10.0
+ RA          	 F32    5.0
+ DEC         	 F32    5.0
+ PA          	 F32    0.0
+ SEEING      	 F32    1.0
+ SCALE       	 F32    0.25
+ ZEROPOINT   	 F32    25.0
+ SKY.MAGS    	 F32    22.0
+END
+
+# for a quick test, we are going to skip shutter and dark corrections
+STACKTEST.RUN  METADATA
+ PSF.MODEL       STR     PS_MODEL_GAUSS
+ SHUTTER.TIME	 F32	 0.0
+ DARK.RATE       F32     0.0         
+ SCATTER.FRAC    F32     0.0
+ BIAS            BOOL    FALSE
+ FLAT            BOOL    FALSE
+ 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
+
+ # generate a set of fake stars
+ STARS.REAL	 BOOL	TRUE		# Add stars from a catalogue?
+ STARS.FAKE      BOOL   FALSE		# Add fake stars, randomly distributed?
+ MATCH.DENSITY   BOOL   TRUE            # significance of faintest sources
+
+ EXPTIME     	 F32    10.0
+ RA          	 F32    5.0
+ DEC         	 F32    5.0
+ PA          	 F32    0.0
+ SEEING      	 F32    1.0
+ SCALE       	 F32    0.25
+ ZEROPOINT   	 F32    25.0
+ SKY.MAGS    	 F32    22.0
+END
+
Index: /branches/eam_branches/20090715/ippconfig/simtest/psastro.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/simtest/psastro.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/simtest/psastro.config	(revision 25276)
@@ -7,5 +7,5 @@
 PSASTRO.IGNORE         STR    CRLIMIT,SATURATED,DEFECT,BLEND
 
-PSASTRO.CATDIR		STR	SYNTH.SIMTEST
+PSASTRO.CATDIR		STR	SYNTH.DEMO
 DVO.GETSTAR.PHOTCODE	STR	r
 PSASTRO.MAX.NSTAR	S32	50	# max stars accepted for fitting
@@ -22,5 +22,5 @@
   FILTER   STR r
   ZEROPT   F32  25.15
-  PHOTCODE STR r_SYNTH
+  PHOTCODE STR r
 END
 PHOTCODE.DATA METADATA
@@ -34,2 +34,3 @@
   PHOTCODE STR z_SYNTH
 END
+
Index: /branches/eam_branches/20090715/ippconfig/simtest/psphot.config
===================================================================
--- /branches/eam_branches/20090715/ippconfig/simtest/psphot.config	(revision 25275)
+++ /branches/eam_branches/20090715/ippconfig/simtest/psphot.config	(revision 25276)
@@ -21,5 +21,5 @@
 #MOMENTS_OUTPUT_FILE STR  moments.dat
 
-#PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
+PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
 MOMENTS_SN_MIN      F32  10.0            # min S/N to measure moments
 FULL_FIT_SN_LIM     F32  100.0
