Index: trunk/ippconfig/recipes/psastro.config
===================================================================
--- trunk/ippconfig/recipes/psastro.config	(revision 11206)
+++ trunk/ippconfig/recipes/psastro.config	(revision 11330)
@@ -36,5 +36,5 @@
 PSASTRO.MIN.NSTAR      S32      3  # min fitted stars in solution
 
-MAG_MAX F32 18.0  ## XXX change name to PSASTRO.something?
+MAG_MAX F32 23.0  ## XXX change name to PSASTRO.something?
 
 # option may be MAX, MIN, or VALUE. for VALUE, look up 
Index: trunk/ippconfig/recipes/psphot.config
===================================================================
--- trunk/ippconfig/recipes/psphot.config	(revision 11206)
+++ trunk/ippconfig/recipes/psphot.config	(revision 11330)
@@ -21,5 +21,5 @@
 SKY_FIT_ORDER       S32  0
 SKY_FIT_LINEAR      BOOL FALSE
-SKY_STAT            STR  FITTED_MEAN     # statistic used to measure background
+SKY_STAT            STR  FITTED_MEAN_V3  # statistic used to measure background
 # allowed values for SKY_STAT: 
 # SAMPLE_MEAN, SAMPLE_MEDIAN, CLIPPED_MEAN, ROBUST_MEAN, ROBUST_QUARTILE, FITTED_MEAN
@@ -30,14 +30,14 @@
 YMIN                F32   0        	 # minimum valid y-coord
 YMAX                F32   0        	 # maximum valid y-coord
-SATURATION          F32   64000     	 # saturation level on this chip
 
 # peak finding 
 PEAKS_SMOOTH_SIGMA  F32  1.0       	 # smoothing kernel sigma in pixels
 PEAKS_SMOOTH_NSIGMA F32  2.0   	   	 # smoothing kernel width in sigmas
-PEAKS_NSIGMA_LIMIT  F32  10.0 	   	 # peak significance threshold
+PEAKS_NSIGMA_LIMIT  F32  25.0 	   	 # peak significance threshold
+PEAKS_NSIGMA_LIMIT_2 F32  5.0 	   	 # peak significance threshold
 
 # parameters to control the selection of the peak in the Sx,Sy plane
 MOMENTS_SCALE       F32   0.1
-MOMENTS_SN_MIN      F32   10.0
+MOMENTS_SN_MIN      F32   100.0           # min S/N to measure moments
 MOMENTS_SX_MAX      F32   3.0
 MOMENTS_SY_MAX      F32   3.0
@@ -82,5 +82,5 @@
 PSF_MIN_SN           F32  2.0		 # reject objects below this significance
 PSF_MAX_CHI          F32  50.0		 # reject objects worse that this
-FULL_FIT_SN_LIM      F32  10.0
+FULL_FIT_SN_LIM      F32  50.0
 
 # EXTended source model parameters
