Index: trunk/ippconfig/recipes/psastro.config
===================================================================
--- trunk/ippconfig/recipes/psastro.config	(revision 12586)
+++ trunk/ippconfig/recipes/psastro.config	(revision 12723)
@@ -55,5 +55,6 @@
 PSASTRO.MOSAIC.CHIP.NSIGMA    F32      3  # fit clipping sigmas
 
-PSASTRO.MOSAIC.MAX.ERROR      F32      1.5 # max allow error for valid solution (UNITS?)
+PSASTRO.MOSAIC.MAX.ERROR.N0   F32      1.5 # max allow error for valid solution (UNITS?)
+PSASTRO.MOSAIC.MAX.ERROR.N1   F32      1.5 # max allow error for valid solution (UNITS?)
 PSASTRO.MOSAIC.MIN.NSTAR      S32      6   # min fitted stars in solution
 
Index: trunk/ippconfig/recipes/psphot.config
===================================================================
--- trunk/ippconfig/recipes/psphot.config	(revision 12586)
+++ trunk/ippconfig/recipes/psphot.config	(revision 12723)
@@ -105,5 +105,5 @@
 # BREAK_POINT may be one of (PEAKS, MOMENTS, PSFMODEL, ENSEMBLE)
 BREAK_POINT           STR  NONE
-# PEAKS_OUTPUT_FILE   STR  peaks.dat
+PEAKS_OUTPUT_FILE   STR  peaks.dat
 # MOMENTS_OUTPUT_FILE STR  moments.dat
 # ANALYSIS_REGION     STR  [1000:1600,2800:3400]
@@ -120,2 +120,4 @@
 
 OUTPUT.FORMAT       STR SMPDATA
+NOISE.FACTOR        F32 5.0
+NOISE.SIZE          F32 2.0
Index: trunk/ippconfig/recipes/pswarp.config
===================================================================
--- trunk/ippconfig/recipes/pswarp.config	(revision 12723)
+++ trunk/ippconfig/recipes/pswarp.config	(revision 12723)
@@ -0,0 +1,4 @@
+
+GRID.NX S32 128
+GRID.NY S32 128
+INTERPOLATION.MODE STR BILINEAR
