Index: trunk/ippconfig/ipprc.config
===================================================================
--- trunk/ippconfig/ipprc.config	(revision 10461)
+++ trunk/ippconfig/ipprc.config	(revision 10471)
@@ -2,9 +2,10 @@
 
 PATH            STR     .:$HOME/.ipp		# Default search path for configuration files
-# WORKDIR	STR	$HOME/ippData/		# Top-level working directory: we will retire this
+WORKDIR		STR	/dev/null		# Top-level working directory: we will retire this
 
 # place your data directories here and refer to as path://PATH/remainder
 DATAPATH	METADATA
 	DATA1	STR	/data/alala/
+	PAP_MC	STR	/data/alala/price/megacam/
 END
 
@@ -17,4 +18,8 @@
 ### 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
@@ -29,7 +34,4 @@
 	SIMPLE		STR	simple/camera.config
 
-	MCSHORT		STR	mcshort/camera.config
-	MCSHORT_CHIP	STR	mcshort_chip/camera.config
-	MCSHORT_FPA	STR	mcshort_fpa/camera.config
 	# move the MCSHORTs to the top to force its selection 
 END
@@ -42,12 +44,12 @@
 TRACEDEST	STR	STDERR			# Trace destination
 TRACE		METADATA			# Trace levels
-	err		S32	10
+#	err		S32	10
 END
 
 RECIPES		METADATA		# Site-level recipes
-	PSPHOT		STR     	recipes/psphot.config
-	PPMERGE		STR		recipes/ppMerge.config	# Recipe for combination
+	PSPHOT		STR     	recipes/psphot.config	# Image photometry
+	PPMERGE		STR		recipes/ppMerge.config	# Image combination
+ 	PPSTATS		STR		recipes/ppStats.config	# Image statistics
+	PPSTATS_PHASE0	STR		recipes/ppStats_phase0.config	# Image statistics for Phase 0
 END
 
-
-# 	PPSTATS_PHASE0	STR		recipes/ppStats_phase0.config	# Recipe for phase 0 processing
