Index: /trunk/ippconfig/Makefile.am
===================================================================
--- /trunk/ippconfig/Makefile.am	(revision 13383)
+++ /trunk/ippconfig/Makefile.am	(revision 13384)
@@ -4,4 +4,5 @@
 	megacam \
 	simple \
+	simmosaic \
 	simtest \
 	tc3
Index: /trunk/ippconfig/configure.ac
===================================================================
--- /trunk/ippconfig/configure.ac	(revision 13383)
+++ /trunk/ippconfig/configure.ac	(revision 13384)
@@ -15,4 +15,5 @@
   megacam/Makefile
   simple/Makefile
+  simmosaic/Makefile
   simtest/Makefile
   tc3/Makefile
Index: /trunk/ippconfig/recipes/ppSub.config
===================================================================
--- /trunk/ippconfig/recipes/ppSub.config	(revision 13383)
+++ /trunk/ippconfig/recipes/ppSub.config	(revision 13384)
@@ -4,5 +4,5 @@
 KERNEL.SIZE     S32	5		# Kernel half-size (pixels)
 SPATIAL.ORDER   S32	0		# Spatial polynomial order
-STAMP.SPACING   F32	300		# Typical spacing between stamps (pixels)
+STAMP.SPACING   F32	50		# Typical spacing between stamps (pixels)
 STAMP.FOOTPRINT S32	5		# Size of stamps (pixels)
 STAMP.THRESHOLD F32	0		# Flux threshold for stamps (ADU)
Index: /trunk/ippconfig/simple/camera.config
===================================================================
--- /trunk/ippconfig/simple/camera.config	(revision 13383)
+++ /trunk/ippconfig/simple/camera.config	(revision 13384)
@@ -97,4 +97,10 @@
    PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP	PSF       
    PSPHOT.INPUT.CMF   INPUT    none.fits                     CHIP	CMF       
+   PPSUB.INPUT        INPUT    none.fits                     FPA	IMAGE
+   PPSUB.INPUT.MASK   INPUT    none.fits                     FPA	MASK
+   PPSUB.INPUT.WEIGHT INPUT    none.fits                     FPA	WEIGHT
+   PPSUB.REF          INPUT    none.fits                     FPA	IMAGE
+   PPSUB.REF.MASK     INPUT    none.fits                     FPA	MASK
+   PPSUB.REF.WEIGHT   INPUT    none.fits                     FPA	WEIGHT
 
    ### output file definitions
@@ -132,4 +138,9 @@
 						           									
    PSASTRO.OUTPUT.CMP  OUTPUT   {OUTPUT}.smp               CMP        FPA        TRUE      NONE
+
+   PPSUB.OUTPUT        OUTPUT   {OUTPUT}.fits              IMAGE      FPA        TRUE      NONE
+   PPSUB.OUTPUT.MASK   OUTPUT   {OUTPUT}.mask.fits         MASK       FPA        FALSE     NONE
+   PPSUB.OUTPUT.WEIGHT OUTPUT   {OUTPUT}.wt.fits           WEIGHT     FPA        FALSE     NONE
+
 END
 
