Index: trunk/ippconfig/recipes/ppImage.config
===================================================================
--- trunk/ippconfig/recipes/ppImage.config	(revision 24891)
+++ trunk/ippconfig/recipes/ppImage.config	(revision 24892)
@@ -17,4 +17,5 @@
 MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
 VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
+PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
 FRINGE             BOOL    FALSE           # Fringe subtraction
 PHOTOM             BOOL    FALSE           # Source identification and photometry
@@ -25,11 +26,4 @@
 USE.DEBURNED.IMAGE BOOL    FALSE           # use burntool-repaired image?
 TILTYSTREAK.APPLY  BOOL    FALSE           # apply the 'tiltystreak' tool
-
-PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
-PATTERN.ORDER      S32     1               # Polynomial order
-PATTERN.ITER       S32     3               # Rejection iterations
-PATTERN.REJ        F32     2.0             # Rejection threshold
-PATTERN.MEAN       STR     ROBUST_MEDIAN   # Statistic for mean
-PATTERN.STDEV      STR     ROBUST_STDEV    # Statistic for standard deviation
 
 
@@ -86,4 +80,11 @@
 OVERSCAN.CONSTANT	BOOL	FALSE		# Apply a known, fixed value?
 OVERSCAN.VALUE	        F32	0.0		# value to apply, if requested
+
+# Pattern subtraction options
+PATTERN.ORDER      S32     2               # Polynomial order
+PATTERN.ITER       S32     4               # Rejection iterations
+PATTERN.REJ        F32     2.5             # Rejection threshold
+PATTERN.MEAN       STR     SAMPLE_MEAN     # Statistic for mean
+PATTERN.STDEV      STR     SAMPLE_STDEV    # Statistic for standard deviation
 
 # Fringe subtraction options
