Index: /trunk/ippconfig/simmosaic/camera.config
===================================================================
--- /trunk/ippconfig/simmosaic/camera.config	(revision 13366)
+++ /trunk/ippconfig/simmosaic/camera.config	(revision 13367)
@@ -91,6 +91,6 @@
 
 FILERULES METADATA
-   PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
-   PSASTRO.OUTPUT     STR PSASTRO.OUTPUT.CMP
+   PSASTRO.INPUT      STR PSASTRO.INPUT.CMF
+   PSASTRO.OUTPUT     STR PSASTRO.OUTPUT.SPL
    PSPHOT.OUTPUT      STR PSPHOT.OUTPUT.CMF
 
@@ -110,5 +110,4 @@
    PSWARP.INPUT       INPUT    none.fits                     FPA        IMAGE     
    PSWARP.SKYCELL     INPUT    none.fits                     FPA        IMAGE     
-   PSASTRO.INPUT.CMP  INPUT    none.fits                     CHIP       CMP       
    PSASTRO.INPUT.CMF  INPUT    none.fits                     CHIP       CMF       
    PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP	PSF       
@@ -140,5 +139,4 @@
    PSPHOT.OUTPUT.SX    OUTPUT   {OUTPUT}.{CHIP.NAME}.sx        SX         CHIP       TRUE      NONE
    PSPHOT.OUTPUT.OBJ   OUTPUT   {OUTPUT}.{CHIP.NAME}.obj       OBJ        CHIP       TRUE      NONE
-   PSPHOT.OUTPUT.CMP   OUTPUT   {OUTPUT}.{CHIP.NAME}.cmp       CMP        CHIP       TRUE      NONE
    PSPHOT.OUTPUT.CMF   OUTPUT   {OUTPUT}.{CHIP.NAME}.cmf       CMF        CHIP       TRUE      NONE
    PSPHOT.PSF.SAVE     OUTPUT   {OUTPUT}.{CHIP.NAME}.psf       PSF        CHIP       TRUE      NONE
@@ -147,5 +145,6 @@
    PSPHOT.PSFMODEL.PLT OUTPUT   {OUTPUT}.{CHIP.NAME}.psf.png   KAPA       CHIP       TRUE      NONE
 
-   PSASTRO.OUTPUT.CMP  OUTPUT   {OUTPUT}.{CHIP.NAME}.smp       CMP        CHIP       TRUE      NONE
+   PSASTRO.OUTPUT.SPL  OUTPUT   {OUTPUT}.{CHIP.NAME}.smf       CMF        CHIP       TRUE      NONE
+   PSASTRO.OUTPUT.MEF  OUTPUT   {OUTPUT}.smf		       CMF        FPA        TRUE      NONE
 
    PSWARP.OUTPUT       OUTPUT   {OUTPUT}.fits      	       IMAGE      FPA        TRUE      NONE
Index: /trunk/ippconfig/simmosaic/format_split.config
===================================================================
--- /trunk/ippconfig/simmosaic/format_split.config	(revision 13366)
+++ /trunk/ippconfig/simmosaic/format_split.config	(revision 13367)
@@ -84,13 +84,13 @@
 		Cell00	S32	0
 		Cell01	S32	0
-		Cell10	S32	512
-		Cell11	S32	512
+		Cell10	S32	1024
+		Cell11	S32	1024
 	END
 	CELL.Y0.DEPEND	STR	CELL.NAME
 	CELL.Y0		METADATA
 		Cell00	S32	0
-		Cell01	S32	512
+		Cell01	S32	1024
 		Cell10	S32	0
-		Cell11	S32	512
+		Cell11	S32	1024
 	END
 	CHIP.X0.DEPEND	STR	CHIP.NAME
@@ -98,16 +98,16 @@
 		Chip00	S32	0
 		Chip01	S32	0
-		Chip10	S32	1048
-		Chip11	S32	1048
+		Chip10	S32	2072
+		Chip11	S32	2072
 	END
 	CHIP.Y0.DEPEND	STR	CHIP.NAME
 	CHIP.Y0		METADATA
 		Chip00	S32	0
-		Chip01	S32	1048
+		Chip01	S32	2072
 		Chip10	S32	0
-		Chip11	S32	1048
+		Chip11	S32	2072
 	END
-	CELL.XSIZE	S32	500
-	CELL.YSIZE	S32	500
+	CELL.XSIZE	S32	1000
+	CELL.YSIZE	S32	1000
 	CELL.GAIN	F32	1.0
 	CELL.READNOISE	F32	10.0
Index: /trunk/ippconfig/simmosaic/psphot.config
===================================================================
--- /trunk/ippconfig/simmosaic/psphot.config	(revision 13366)
+++ /trunk/ippconfig/simmosaic/psphot.config	(revision 13367)
@@ -18,7 +18,12 @@
 #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
 
 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
