Index: trunk/ippconfig/recipes/ppStats.config
===================================================================
--- trunk/ippconfig/recipes/ppStats.config	(revision 10462)
+++ trunk/ippconfig/recipes/ppStats.config	(revision 11576)
@@ -6,9 +6,36 @@
 
 # Define the outputs as MULTI
-HEADER		MULTI
-CONCEPT		MULTI
-STAT		MULTI
+HEADER          MULTI
+CONCEPT         MULTI
+STAT            MULTI
 
 # Values to return
-STAT		STR	ROBUST_MEDIAN	# Background estimator
-STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
+STAT            STR     ROBUST_MEDIAN   # Background estimator
+STAT            STR     ROBUST_STDEV    # Background standard deviation estimator
+
+PPSTATS_PHASE0  METADATA
+  ### ppStats recipe for Phase 0 with MegaCam
+
+  # Options governing statistics
+  SAMPLE        F32     0.1     # Fraction of cell to sample
+  MASKVAL       U8      0xff    # Mask value to use for statistics
+
+  # Define the outputs as MULTI
+  HEADER        MULTI
+  CONCEPT       MULTI
+  STAT          MULTI
+
+  # Values to return
+  CONCEPT       STR     FPA.OBJECT      # Object name
+  CONCEPT       STR     FPA.OBSTYPE     # Observation type
+  CONCEPT       STR     FPA.FILTER      # Filter
+  CONCEPT       STR     FPA.RA FPA.DEC  # Telescope pointing
+  CONCEPT       STR     FPA.AIRMASS     # Airmass
+  CONCEPT       STR     FPA.ALT FPA.AZ  # Telescopy alt/az
+  CONCEPT       STR     FPA.POSANGLE    # Rotator angle
+  CONCEPT       STR     FPA.TIME        # Time of exposure
+  CONCEPT       STR     CHIP.TEMP       # Detector temperature
+  CONCEPT       STR     CELL.EXPOSURE   # Exposure time
+  STAT          STR     ROBUST_MEDIAN   # Background estimator
+  STAT          STR     ROBUST_STDEV    # Background standard deviation estimator
+END
