Index: trunk/ippconfig/recipes/.cvsignore
===================================================================
--- trunk/ippconfig/recipes/.cvsignore	(revision 11576)
+++ trunk/ippconfig/recipes/.cvsignore	(revision 11576)
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Index: trunk/ippconfig/recipes/Makefile.am
===================================================================
--- trunk/ippconfig/recipes/Makefile.am	(revision 11576)
+++ trunk/ippconfig/recipes/Makefile.am	(revision 11576)
@@ -0,0 +1,19 @@
+
+installdir = $(datadir)/ippconfig/recipes
+
+install_files = \
+	ppImage.config \
+	ppMerge.config \
+	ppStac.config \
+	ppStats.config \
+	psastro.config \
+	psphot.config
+
+install_DATA = $(install_files)
+
+install-data-hook:
+	chmod 0755 $(installdir)
+
+EXTRA_DIST = $(install_files)
+
+ACLOCAL_AMFLAGS = -I m4
Index: trunk/ippconfig/recipes/ppStats.config
===================================================================
--- trunk/ippconfig/recipes/ppStats.config	(revision 11573)
+++ 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
Index: trunk/ippconfig/recipes/ppStats_phase0.config
===================================================================
--- trunk/ippconfig/recipes/ppStats_phase0.config	(revision 11573)
+++ 	(revision )
@@ -1,24 +1,0 @@
-### 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
