Index: trunk/ippconfig/ipprc.config
===================================================================
--- trunk/ippconfig/ipprc.config	(revision 9899)
+++ trunk/ippconfig/ipprc.config	(revision 10461)
@@ -2,5 +2,10 @@
 
 PATH            STR     .:$HOME/.ipp		# Default search path for configuration files
-WORKDIR		STR	$HOME/ippData/		# Top-level working directory
+# WORKDIR	STR	$HOME/ippData/		# 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/
+END
 
 ### Database configuration
@@ -12,7 +17,4 @@
 ### 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
@@ -26,4 +28,8 @@
 	ISP      	STR	isp/camera.config
 	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
@@ -40,5 +46,8 @@
 
 RECIPES		METADATA		# Site-level recipes
-	PPMERGE		STR		ppMerge_template.config	# Recipe for combination
-	PPSTATS_PHASE0	STR		ppStats_phase0.config	# Recipe for phase 0 processing
+	PSPHOT		STR     	recipes/psphot.config
+	PPMERGE		STR		recipes/ppMerge.config	# Recipe for combination
 END
+
+
+# 	PPSTATS_PHASE0	STR		recipes/ppStats_phase0.config	# Recipe for phase 0 processing
