Index: /trunk/ippconfig/ipprc.config
===================================================================
--- /trunk/ippconfig/ipprc.config	(revision 8966)
+++ /trunk/ippconfig/ipprc.config	(revision 8967)
@@ -1,5 +1,5 @@
 ### Example .ipprc file
 
-PATH            STR     .:/home/panstarrs/price/.ipp	# Default search path for configuration files
+PATH            STR     .:/home/mithrandir/price/.ipp	# Default search path for configuration files
 
 ### Database configuration
@@ -11,4 +11,7 @@
 ### Setups for each camera system
 CAMERAS		METADATA
+	MCSHORT		STR	mcshort/camera.config
+	MCSHORT_CHIP	STR	mcshort_chip/camera.config
+	MCSHORT_FPA	STR	mcshort_fpa/camera.config
 	MEGACAM		STR	megacam/camera.config
 	MEGACAM_CHIP	STR	megacam_chipmosaic/camera.config
@@ -38,3 +41,4 @@
 RECIPES		METADATA		# Site-level recipes
 	PPNORM		STR     	ppNorm_template.config
+	PPSTATS_PHASE0	STR		ppStats_phase0.config	# Recipe for phase 0 processing
 END
Index: /trunk/ippconfig/isp/camera.config
===================================================================
--- /trunk/ippconfig/isp/camera.config	(revision 8966)
+++ /trunk/ippconfig/isp/camera.config	(revision 8967)
@@ -37,5 +37,4 @@
 	# Recipes for ppStats
         PPSTATS         STR     isp/ppStats.config       # ppStats recipe 
-        PPSTATS_PHASE0  STR     isp/ppStats_phase0.config   # ppStats recipe for Phase 0
 
         # Other recipes
Index: unk/ippconfig/isp/ppStats_phase0.config
===================================================================
--- /trunk/ippconfig/isp/ppStats_phase0.config	(revision 8966)
+++ 	(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
-HEADER		STR	OBSTYPE		# Observation type
-HEADER		STR	CCDTEMP	    # Detector temperature
-HEADER      STR	EXPTIME     # Exposure time
-HEADER      STR	ROTANGLE    # bogus value so there is something to convert into a rotator angle
-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	ALT AZ	# Telescopy alt/az
-#CONCEPT		STR	FPA.POSANGLE	# Rotator angle
-STAT		STR	ROBUST_MEDIAN	# Background estimator
-STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
Index: /trunk/ippconfig/mcshort/camera.config
===================================================================
--- /trunk/ippconfig/mcshort/camera.config	(revision 8966)
+++ /trunk/ippconfig/mcshort/camera.config	(revision 8967)
@@ -107,5 +107,4 @@
         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/mcshort_chip/camera.config
===================================================================
--- /trunk/ippconfig/mcshort_chip/camera.config	(revision 8966)
+++ /trunk/ippconfig/mcshort_chip/camera.config	(revision 8967)
@@ -101,5 +101,4 @@
         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/mcshort_fpa/camera.config
===================================================================
--- /trunk/ippconfig/mcshort_fpa/camera.config	(revision 8966)
+++ /trunk/ippconfig/mcshort_fpa/camera.config	(revision 8967)
@@ -36,5 +36,4 @@
         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/camera.config
===================================================================
--- /trunk/ippconfig/megacam/camera.config	(revision 8966)
+++ /trunk/ippconfig/megacam/camera.config	(revision 8967)
@@ -104,5 +104,4 @@
         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: unk/ippconfig/megacam/ppStats_phase0.config
===================================================================
--- /trunk/ippconfig/megacam/ppStats_phase0.config	(revision 8966)
+++ 	(revision )
@@ -1,23 +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.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	CHIP.TEMP	# Detector temperature
-CONCEPT		STR	CELL.EXPOSURE	# Exposure time
-CONCEPT		STR	CELL.TIME	# Time of exposure
-STAT		STR	ROBUST_MEDIAN	# Background estimator
-STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
Index: /trunk/ippconfig/ppStats_phase0.config
===================================================================
--- /trunk/ippconfig/ppStats_phase0.config	(revision 8967)
+++ /trunk/ippconfig/ppStats_phase0.config	(revision 8967)
@@ -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
+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	CHIP.TEMP	# Detector temperature
+CONCEPT		STR	CELL.EXPOSURE	# Exposure time
+CONCEPT		STR	CELL.TIME	# Time of exposure
+STAT		STR	ROBUST_MEDIAN	# Background estimator
+STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
Index: /trunk/ippconfig/ucam/camera.config
===================================================================
--- /trunk/ippconfig/ucam/camera.config	(revision 8966)
+++ /trunk/ippconfig/ucam/camera.config	(revision 8967)
@@ -64,5 +64,4 @@
         PSASTRO         STR     ucam/psastro.config          # psastro details
 	PPSTATS		STR	ucam/ppStats.config		# ppStats recipe
-	PPSTATS_PHASE0	STR	ucam/ppStats_phase0.config	# ppStats recipe for phase 0
 END
 
Index: unk/ippconfig/ucam/ppStats_phase0.config
===================================================================
--- /trunk/ippconfig/ucam/ppStats_phase0.config	(revision 8966)
+++ 	(revision )
@@ -1,23 +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
-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.POSANGLE	# Rotator angle
-STAT		STR	ROBUST_MEDIAN	# Background estimator
-STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
Index: /trunk/ippconfig/ucam_mosaic/camera.config
===================================================================
--- /trunk/ippconfig/ucam_mosaic/camera.config	(revision 8966)
+++ /trunk/ippconfig/ucam_mosaic/camera.config	(revision 8967)
@@ -64,5 +64,4 @@
         PSASTRO         STR     ucam/psastro.config          # psastro details
 	PPSTATS		STR	ucam/ppStats.config		# ppStats recipe
-	PPSTATS_PHASE0	STR	ucam/ppStats_phase0.config	# ppStats recipe for phase 0
 END
 
Index: unk/ippconfig/ucam_mosaic/ppStats_phase0.config
===================================================================
--- /trunk/ippconfig/ucam_mosaic/ppStats_phase0.config	(revision 8966)
+++ 	(revision )
@@ -1,23 +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
-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.POSANGLE	# Rotator angle
-STAT		STR	ROBUST_MEDIAN	# Background estimator
-STAT		STR	ROBUST_STDEV	# Background standard deviation estimator
