Index: trunk/ippconfig/tc3/camera.config
===================================================================
--- trunk/ippconfig/tc3/camera.config	(revision 35836)
+++ trunk/ippconfig/tc3/camera.config	(revision 37414)
@@ -47,4 +47,12 @@
 # move this elsewhere?  we need a lookup table to go from filter ID to abstract name
 FILTER.ID       METADATA
+   r        MULTI
+   r        STR   Not available
+   g        STR   g.00001
+   r        STR   r.00001
+   i        STR   i.00001
+   z        STR   z.00001
+   y        STR   y.00001
+   w        STR   w.00001
 	NONE	STR	NONE
 	B	STR	B
@@ -74,16 +82,35 @@
 END
 
-# Recipe options
+# Recipe options (if not listed here, we only use the default)
 RECIPES		METADATA
-	# Other recipes
-#        PSPHOT          STR     tc3/psphot.config           # psphot details
-#        PSASTRO         STR     tc3/psastro.config          # psastro details
-#	PPSTATS		STR	tc3/ppStats.config		# ppStats recipe
-	PPIMAGE         STR     tc3/ppImage.config		# ppImage recipe
+	PPIMAGE		STR	tc3/ppImage.config
+	PPMERGE		STR	tc3/ppMerge.config
+#	PSASTRO		STR	tc3/psastro.config
+#	PSPHOT		STR	tc3/psphot.config
+#	PSWARP		STR	tc3/pswarp.config
+#       PSVIDEOPHOT     STR     tc3/psvideophot.config
+#	REJECTIONS      STR     tc3/rejections.config       # rejection recipe
+#	PPSTACK		STR	tc3/ppStack.config
 END
+
+# reduction classes (recipes which are grouped together)
+REDUCTION	STR	recipes/reductionClasses.mdc
 
 FITSTYPES       STR     recipes/fitstypes.mdc
 
 FILERULES       STR     recipes/filerules-split.mdc
+
+EXTNAME.RULES METADATA
+  CMF.HEAD STR {CHIP.NAME}.hdr
+  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
+  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
+  CMF.XRAD STR {CHIP.NAME}.xrad # use .PSF and .EXT?
+  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
+  CMF.DETEFF STR {CHIP.NAME}.deteff
+
+  PSF.HEAD  STR	{CHIP.NAME}.hdr
+  PSF.TABLE STR {CHIP.NAME}.psf_model
+  PSF.RESID STR {CHIP.NAME}.psf_resid
+END
 
 BLANK.HEADERS	METADATA
@@ -93,2 +120,5 @@
 	FPA.OBS		STR	EXPNUM
 END
+
+PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.NAME}	# Rule for generating photcode
+
