Index: trunk/ippconfig/recipes/ppStats.config
===================================================================
--- trunk/ippconfig/recipes/ppStats.config	(revision 13747)
+++ trunk/ippconfig/recipes/ppStats.config	(revision 13749)
@@ -11,5 +11,5 @@
 SUMMARY         MULTI
 
-### Add dummy values, to define the MULTI --- due to limitations in the MDC language
+# Add dummy values, to define the MULTI --- due to limitations in the MDC language
 HEADER		STR	_UNDEF
 CONCEPT		STR	_UNDEF
@@ -17,23 +17,31 @@
 SUMMARY		STR	_UNDEF
 
-SUMMARY		STR	SAT_PIXEL_NUM
-SUMMARY		STR	SAT_PIXEL_FRAC
+# basic stats for output images
+CHIPSTATS	METADATA
+  STAT          MULTI
+  STAT		STR	ROBUST_MEDIAN
+  STAT          STR     ROBUST_STDEV   # Background statistics estimators
+END
 
-STAT		STR	ROBUST_MEDIAN
-STAT            STR     ROBUST_STDEV   # Background statistics estimators
+# basic stats for residual images
+RESIDUAL	METADATA
+  STAT          MULTI
+  STAT		STR	ROBUST_MEDIAN
+  STAT          STR     ROBUST_STDEV   # Background statistics estimators
+END
 
 ### ppStats recipe for Phase 0
-PPSTATS_REGISTER  METADATA
+INJECT  METADATA
+  CONCEPT       MULTI
+  CONCEPT       STR     FPA.TELESCOPE   # Telescope (eg, CFHT)
+  CONCEPT       STR     FPA.INSTRUMENT  # Instrument (eg, CFH12K)
+END
 
-  # Options governing statistics
-  SAMPLE        F32     0.1     # Fraction of cell to sample
-  MASKVAL       STR     SAT,BAD # Mask value to use for statistics
-
-  # Define the outputs as MULTI
-  HEADER        MULTI
+### ppStats recipe for Phase 0
+REGISTER  	METADATA
   CONCEPT       MULTI
   STAT          MULTI
+  SUMMARY       MULTI
 
-  # Values to return
   CONCEPT       STR     FPA.OBJECT      # Object name
   CONCEPT       STR     FPA.OBSTYPE     # Observation type
@@ -51,23 +59,2 @@
   SUMMARY	STR	SAT_PIXEL_FRAC
 END
-
-### ppStats recipe for Phase 0
-PPSTATS_INJECT  METADATA
-
-  # Options governing statistics
-  SAMPLE        F32     0.1     # Fraction of cell to sample
-  MASKVAL       STR     SAT,BAD # Mask value to use for statistics
-
-  # Define the outputs as MULTI
-  HEADER        MULTI
-  CONCEPT       MULTI
-  STAT          MULTI
-
-  STAT		STR	_UNDEF
-
-  # Values to return
-  CONCEPT       STR     FPA.OBSTYPE     # Observation Type (eg, FLAT)
-  CONCEPT       STR     FPA.TELESCOPE   # Telescope (eg, CFHT)
-  CONCEPT       STR     FPA.INSTRUMENT  # Instrument (eg, CFH12K)
-END
-
