Index: /trunk/ippconfig/recipes/Makefile.am
===================================================================
--- /trunk/ippconfig/recipes/Makefile.am	(revision 24697)
+++ /trunk/ippconfig/recipes/Makefile.am	(revision 24698)
@@ -22,4 +22,5 @@
 	ppSub.config \
 	dvocorr.config \
+	censor.config \
 	jpeg.mdc \
         ppStatsFromMetadata.config \
Index: /trunk/ippconfig/recipes/censor.config
===================================================================
--- /trunk/ippconfig/recipes/censor.config	(revision 24698)
+++ /trunk/ippconfig/recipes/censor.config	(revision 24698)
@@ -0,0 +1,1 @@
+# parameters for censorObject (none yet!)
Index: /trunk/ippconfig/recipes/filerules-mef.mdc
===================================================================
--- /trunk/ippconfig/recipes/filerules-mef.mdc	(revision 24697)
+++ /trunk/ippconfig/recipes/filerules-mef.mdc	(revision 24698)
@@ -132,4 +132,11 @@
 PPSIM.INPUT             INPUT    @FILES        FPA        IMAGE     
 PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
+
+## files used by ppNoiseMap
+PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
+
+## files used by censorObject 
+CENSOR.INPUT       	INPUT    @FILES        CHIP       CMF
+CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
 
 ### output file definitions
@@ -276,2 +283,7 @@
 TRACE.IMFILE            OUTPUT {OUTPUT}.{CHIP.NAME}.trace        TEXT      NONE       CHIP       TRUE      NONE
 TRACE.EXP               OUTPUT {OUTPUT}.trace                    TEXT      NONE       FPA        TRUE      NONE
+
+PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
+
+CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
+
Index: /trunk/ippconfig/recipes/filerules-simple.mdc
===================================================================
--- /trunk/ippconfig/recipes/filerules-simple.mdc	(revision 24697)
+++ /trunk/ippconfig/recipes/filerules-simple.mdc	(revision 24698)
@@ -95,4 +95,11 @@
 PPSIM.INPUT             INPUT    @FILES        FPA        IMAGE     
 PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
+
+## files used by ppNoiseMap
+PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
+
+## files used by censorObject 
+CENSOR.INPUT       	INPUT    @FILES        CHIP       CMF
+CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
 
 ### output file definitions
@@ -224,2 +231,6 @@
 TRACE.IMFILE            OUTPUT {OUTPUT}.imfile.trace TEXT      NONE       FPA        TRUE      NONE
 TRACE.EXP               OUTPUT {OUTPUT}.exp.trace    TEXT      NONE       FPA        TRUE      NONE
+
+PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
+
+CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
Index: /trunk/ippconfig/recipes/filerules-split.mdc
===================================================================
--- /trunk/ippconfig/recipes/filerules-split.mdc	(revision 24697)
+++ /trunk/ippconfig/recipes/filerules-split.mdc	(revision 24698)
@@ -106,6 +106,10 @@
 PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
 
-## files used by ppImage
+## files used by ppNoiseMap
 PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
+
+## files used by censorObject 
+CENSOR.INPUT       	INPUT    @FILES        CHIP       CMF
+CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
 
 ### output file definitions
@@ -247,4 +251,6 @@
 PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
 
+CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
+
 # {FPA.OBS}
 # {FPA.NAME}
Index: /trunk/ippconfig/system.config
===================================================================
--- /trunk/ippconfig/system.config	(revision 24697)
+++ /trunk/ippconfig/system.config	(revision 24698)
@@ -53,3 +53,4 @@
 	PPSKYCELL	STR		recipes/ppSkycell.config  # JPEGs of skycells
 	PPNOISEMAP	STR		recipes/ppNoiseMap.config # used to create the noise map
+	CENSOR		STR		recipes/censor.config # used to create the noise map
 END
