Index: /trunk/ippconfig/dvo.photcodes
===================================================================
--- /trunk/ippconfig/dvo.photcodes	(revision 13109)
+++ /trunk/ippconfig/dvo.photcodes	(revision 13110)
@@ -416,8 +416,7 @@
  3600  ISP-Apogee-01.y  dep   14.15  0.00     -       -  -   -      -        5
 
- 3101  SIMTEST.B  dep   25.00  0.00     -       -  -   -      -        1
- 3201  SIMTEST.V  dep   25.00  0.00     -       -  -   -      -        2
- 3301  SIMTEST.R  dep   25.00  0.00     -       -  -   -      -        3
- 3401  SIMTEST.I  dep   25.00  0.00     -       -  -   -      -        4
- 3501  SIMTEST.z  dep   25.00  0.00     -       -  -   -      -        5
-
+ 3101  SIMTEST.g  dep   25.00  0.00     -       -  -   -      -        1
+ 3201  SIMTEST.r  dep   25.00  0.00     -       -  -   -      -        2
+ 3301  SIMTEST.i  dep   25.00  0.00     -       -  -   -      -        3
+ 3401  SIMTEST.z  dep   25.00  0.00     -       -  -   -      -        4
+
Index: /trunk/ippconfig/simple/format.config
===================================================================
--- /trunk/ippconfig/simple/format.config	(revision 13109)
+++ /trunk/ippconfig/simple/format.config	(revision 13110)
@@ -4,5 +4,5 @@
 RULE	METADATA
 	SIMPLE		BOOL	TRUE
-	NAXIS		S32	2
+###	NAXIS		S32	2
 END
 
Index: /trunk/ippconfig/simtest/Makefile.am
===================================================================
--- /trunk/ippconfig/simtest/Makefile.am	(revision 13109)
+++ /trunk/ippconfig/simtest/Makefile.am	(revision 13110)
@@ -7,5 +7,6 @@
 	ppImage.config \
 	psastro.config \
-	psphot.config
+	psphot.config \
+	pswarp.config
 
 install_DATA = $(install_files)
Index: /trunk/ippconfig/simtest/camera.config
===================================================================
--- /trunk/ippconfig/simtest/camera.config	(revision 13109)
+++ /trunk/ippconfig/simtest/camera.config	(revision 13110)
@@ -13,8 +13,8 @@
 # move this elsewhere?  we need a lookup table to go from filter ID to abstract name
 FILTER.ID       METADATA
-	B	STR	B
-	V	STR	V
-	R	STR	R
-	I	STR	I
+	NONE	STR	NONE
+	g	STR	g
+	r	STR	r
+	i	STR	i
 	z	STR	z
 END
@@ -43,5 +43,6 @@
         PPIMAGE         STR     simtest/ppImage.config   # Default: all (normal) options on
 	PSPHOT		STR	simtest/psphot.config	# psphot details
-	PSASTRO		STR	simmosaic/psastro.config	# psastro details
+	PSASTRO		STR	simtest/psastro.config	# psastro details
+	PSWARP		STR	simtest/pswarp.config	# pswarp recipe
 END
 
Index: /trunk/ippconfig/simtest/ppImage.config
===================================================================
--- /trunk/ippconfig/simtest/ppImage.config	(revision 13109)
+++ /trunk/ippconfig/simtest/ppImage.config	(revision 13110)
@@ -36,4 +36,7 @@
   END	
 END
+
+# Photometry code
+PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}
 
 ########################################################################################
@@ -155,5 +158,5 @@
 # Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom
 PPIMAGE_OBDSFRA   METADATA
-  OVERSCAN        BOOL    FALSE           # Overscan subtraction
+  OVERSCAN        BOOL    TRUE            # Overscan subtraction
   BIAS            BOOL    TRUE            # Bias subtraction
   DARK            BOOL    TRUE            # Dark subtraction
Index: /trunk/ippconfig/simtest/psastro.config
===================================================================
--- /trunk/ippconfig/simtest/psastro.config	(revision 13109)
+++ /trunk/ippconfig/simtest/psastro.config	(revision 13110)
@@ -1,1 +1,3 @@
 DVO.CATDIR	STR	/data/alala.0/ipp/ippRefs/catdir.2mass/
+
+PSASTRO.MAX.NSTAR      S32      50	# max stars accepted for fitting
Index: /trunk/ippconfig/simtest/psphot.config
===================================================================
--- /trunk/ippconfig/simtest/psphot.config	(revision 13109)
+++ /trunk/ippconfig/simtest/psphot.config	(revision 13110)
@@ -18,5 +18,6 @@
 #MOMENTS_OUTPUT_FILE STR  moments.dat
 
-MOMENTS_SN_MIN      F32  20.0           # min S/N to measure moments
+#PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
+MOMENTS_SN_MIN      F32  20.0            # min S/N to measure moments
 FULL_FIT_SN_LIM     F32  100.0
 EXT_MIN_SN          F32  100.0           # fit galaxies above this S/N limit
@@ -24,2 +25,5 @@
 PEAKS_NSIGMA_LIMIT  F32  10.0 	   	 # peak significance threshold
 BREAK_POINT         STR  ENSEMBLE        # limit total processing for now (for speed)
+
+
+SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
Index: /trunk/ippconfig/simtest/pswarp.config
===================================================================
--- /trunk/ippconfig/simtest/pswarp.config	(revision 13110)
+++ /trunk/ippconfig/simtest/pswarp.config	(revision 13110)
@@ -0,0 +1,1 @@
+DVO.TESSALATION         STR     skycells		# DVO database defining skycell tessalation
