Index: branches/eam_branches/ipp-20211108/ippconfig/gpc1/psastro.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/gpc1/psastro.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/gpc1/psastro.config	(revision 41936)
@@ -135,5 +135,6 @@
 
 DVO.GETSTAR.PHOTCODE        STR      i
-DVO.GETSTAR.MAX.RHO         F32      3000.0
+# EAM 2021.11.11: return to 10k (was 3k on processing tag since July swap)
+DVO.GETSTAR.MAX.RHO         F32      10000.0
 DVO.GETSTAR.MIN.MAG         F32     -10.0
 DVO.GETSTAR.MIN.MAG.INST    F32     -45.0
Index: branches/eam_branches/ipp-20211108/ippconfig/gpc1/pswarp.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/gpc1/pswarp.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/gpc1/pswarp.config	(revision 41936)
@@ -3,5 +3,5 @@
 BKG.XGRID		S32	50
 BKG.YGRID		S32	50
-ADDITIONAL_WCS_ORDERS   S32     4               # By default, use a bilevel astrometric model with 4 additional orders.
+ADDITIONAL_WCS_ORDERS   S32     3               # By default, use a bilevel astrometric model with 4 additional orders.
 
 WARP_GAUSS	METADATA
Index: branches/eam_branches/ipp-20211108/ippconfig/gpc2/psastro.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/gpc2/psastro.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/gpc2/psastro.config	(revision 41936)
@@ -129,5 +129,6 @@
 
 DVO.GETSTAR.PHOTCODE        STR      i
-DVO.GETSTAR.MAX.RHO         F32      3000.0
+# EAM 2021.11.11: return to 10k (was 3k on processing tag since July swap)
+DVO.GETSTAR.MAX.RHO         F32      10000.0
 DVO.GETSTAR.MIN.MAG         F32     -10.0
 DVO.GETSTAR.MIN.MAG.INST    F32     -45.0
Index: branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStack.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStack.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStack.config	(revision 41936)
@@ -9,7 +9,7 @@
 COMBINE.DISCARD	F32	0.2		# Discard fraction for Olympic weighted mean
 
-COMBINE.PERCENT   BOOL  FALSE           # Use a single percentile clipping?
-COMBINE.MIN.RANGE F32   0.16            # Minimum fraction for percentile clipping
-COMBINE.MAX.RANGE F32   0.84            # Maximum fraction for percentile clipping
+COMBINE.PERCENT         BOOL  FALSE     # Use a single percentile clipping?
+COMBINE.REJECT.FRACTION F32   0.32      # fraction of outliers to reject in percentile clipping
+                                        # Note this is the total both above and below the median
 
 MASK.VAL	STR	MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
Index: branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStatsFromMetadata.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStatsFromMetadata.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStatsFromMetadata.config	(revision 41936)
@@ -271,5 +271,5 @@
   TYPE   VAL  KEYWORD             TYPE STATISTIC         FLAG 
   ENTRY  VAL  CERROR              F32  RMS              -sigma_ra          
-  ENTRY  VAL  CERROR              F32  RMS              -sigma_dec         
+  ENTRY  VAL  CERROR              F32  SAMPLE_MEDIAN    -sigma_dec         
   ENTRY  VAL  DT_ASTR             F32  SUM              -dtime_astrom      
   ENTRY  VAL  NASTRO              S32  SUM              -n_astrom          
Index: branches/eam_branches/ipp-20211108/ippconfig/recipes/pswarp.config
===================================================================
--- branches/eam_branches/ipp-20211108/ippconfig/recipes/pswarp.config	(revision 41907)
+++ branches/eam_branches/ipp-20211108/ippconfig/recipes/pswarp.config	(revision 41936)
@@ -29,5 +29,5 @@
 BKG.YGRID              S32    4
 
-ADDITIONAL_WCS_ORDERS S32     3                # By default, use a bilevel astrometric model with 4 additional orders.
+ADDITIONAL_WCS_ORDERS S32     3                # By default, use a bilevel astrometric model with 3 additional orders.
 
 # Default recipe for warping
