Index: trunk/ippconfig/megacam/camera.config
===================================================================
--- trunk/ippconfig/megacam/camera.config	(revision 8107)
+++ trunk/ippconfig/megacam/camera.config	(revision 8111)
@@ -100,4 +100,5 @@
         PSASTRO         STR     megacam/psastro.config          # psastro details
 	PPSTATS		STR	megacam/ppStats.config		# ppStats recipe
+	PPSTATS_PHASE0	STR	megacam/ppStats_phase0.config	# ppStats recipe for phase 0
 END
 
Index: trunk/ippconfig/megacam/ppStats_phase0.config
===================================================================
--- trunk/ippconfig/megacam/ppStats_phase0.config	(revision 8111)
+++ trunk/ippconfig/megacam/ppStats_phase0.config	(revision 8111)
@@ -0,0 +1,23 @@
+### 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
+HEADER		STR	OBSTYPE		# Observation type
+HEADER		STR	DETTEM		# Detector temperature
+CONCEPT		STR	CELL.EXPOSURE	# Exposure time
+CONCEPT		STR	FPA.FILTER	# Filter
+CONCEPT		STR	CELL.TIME	# Time of exposure
+CONCEPT		STR	FPA.RA FPA.DEC	# Telescope pointing
+CONCEPT		STR	FPA.AIRMASS	# Airmass
+HEADER		STR	TELALT TELAZ	# Telescopy alt/az
+CONCEPT		STR	FPA.ROTANGLE	# Rotator angle
+STAT		STR	ROBUST_MEDIAN	# Median
+STAT		STR	ROBUST_STDEV	# Standard deviation
