Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-mef.mdc
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-mef.mdc	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-mef.mdc	(revision 42208)
@@ -323,4 +323,6 @@
 FPCAMERA.OUT.CMF.MEF    OUTPUT {OUTPUT}.cmf                      CMF       NONE       CHIP       TRUE      MEF
 FPCAMERA.RESID          OUTPUT {OUTPUT}.res.fits                 IMAGE     COMP_SUB   CHIP       TRUE      MEF
+FPCAMERA.STATS          OUTPUT {OUTPUT}.stats                    STATS     NONE       FPA        TRUE      NONE
+FPCAMERA.CONFIG         OUTPUT {OUTPUT}.mdc                      TEXT      NONE       FPA        TRUE      NONE
 
 PSWARP.OUTPUT           OUTPUT {OUTPUT}.fits                     IMAGE     COMP_IMG   FPA        TRUE      NONE
Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-simple.mdc
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-simple.mdc	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-simple.mdc	(revision 42208)
@@ -31,4 +31,6 @@
 PPIMAGE.SHUTTER           INPUT    @DETDB        CHIP       IMAGE     
 PPIMAGE.LINEARITY         INPUT    @DETDB        CHIP       LINEARITY
+
+FPCAMERA.OUTPUT          STR FPCAMERA.OUT.CMF
 
 ## Files used by psvideophot
@@ -169,4 +171,10 @@
 PPBACKGROUND.STACK        INPUT    @FILES        FPA        IMAGE
 
+## files used by fpcamera
+FPCAMERA.INPUT           INPUT    @FILES        CHIP       IMAGE
+FPCAMERA.INPUT.MASK      INPUT    @FILES        CHIP       MASK
+FPCAMERA.INPUT.VARIANCE  INPUT    @FILES        CHIP       VARIANCE
+FPCAMERA.INPUT.ASTROM    INPUT    @FILES        CHIP       WCS
+
 ### output file definitions
 TYPE                         OUTPUT FILENAME.RULE                 FILE.TYPE       FITS.TYPE  DATA.LEVEL FILE.SAVE FILE.FORMAT
@@ -264,4 +272,9 @@
 PSASTRO.OUTPUT.MASK          OUTPUT {OUTPUT}.mk.fits              MASK            COMP_MASK  CHIP       TRUE      NONE
                                                      
+FPCAMERA.OUT.CMF             OUTPUT {OUTPUT}.cmf                  CMF             NONE       CHIP       TRUE      NONE
+FPCAMERA.RESID               OUTPUT {OUTPUT}.{CHIP.NAME}.res.fits IMAGE           COMP_SUB   CHIP       TRUE      NONE
+FPCAMERA.STATS               OUTPUT {OUTPUT}.stats                STATS           NONE       FPA        TRUE      NONE
+FPCAMERA.CONFIG              OUTPUT {OUTPUT}.mdc                  TEXT            NONE       FPA        TRUE      NONE
+
 PSWARP.OUTPUT                OUTPUT {OUTPUT}.fits                 IMAGE           NONE       FPA        TRUE      NONE
 PSWARP.OUTPUT.MASK           OUTPUT {OUTPUT}.mask.fits            MASK            NONE       FPA        TRUE      NONE
Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-split.mdc
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-split.mdc	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/filerules-split.mdc	(revision 42208)
@@ -303,4 +303,6 @@
 FPCAMERA.OUT.CMF.MEF         OUTPUT {OUTPUT}.cmf                      CMF             NONE       CHIP       TRUE      MEF
 FPCAMERA.RESID               OUTPUT {OUTPUT}.{CHIP.NAME}.res.fits     IMAGE           COMP_SUB   CHIP       TRUE      NONE
+FPCAMERA.STATS               OUTPUT {OUTPUT}.stats                    STATS           NONE       FPA        TRUE      NONE
+FPCAMERA.CONFIG              OUTPUT {OUTPUT}.mdc                      TEXT            NONE       FPA        TRUE      NONE
 
 # XXX need to use CHIP for tc3 tests, but why?
Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/fpcamera.config
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/fpcamera.config	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/fpcamera.config	(revision 42208)
@@ -15,2 +15,5 @@
 DVO.GETSTAR                   STR      getstar
 DVO.GETSTAR.OUTFORMAT         STR      PS1_DEV_0
+
+DEFAULT_RECIPE METADATA
+END
Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/ppSim.config
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/ppSim.config	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/ppSim.config	(revision 42208)
@@ -8,5 +8,5 @@
 OBS_MODE        STR     NONE
 
-BIAS            BOOL    TRUE
+BIAS            BOOL    FALSE
 BIAS.LEVEL	F32	1000.0		# Bias level (e)
 BIAS.RANGE	F32	20.0		# Range of bias values (e)
Index: branches/eam_branches/ipp-20220316/ippconfig/recipes/reductionClasses.mdc
===================================================================
--- branches/eam_branches/ipp-20220316/ippconfig/recipes/reductionClasses.mdc	(revision 42207)
+++ branches/eam_branches/ipp-20220316/ippconfig/recipes/reductionClasses.mdc	(revision 42208)
@@ -185,4 +185,5 @@
         STATICSKY_CALIBRATION   STR     STATICSKY_CAL
         FULLFORCE_PSPHOT  STR   FULLFORCE_WARP
+        FPCAMERA          STR   DEFAULT_RECIPE
 END
 
@@ -1438,4 +1439,5 @@
 	ADDSTAR		STR	ADDSTAR
 	PSASTRO		STR	DEFAULT_RECIPE
+        FPCAMERA        STR     DEFAULT_RECIPE
 END
 
