Index: trunk/ippconfig/simple/camera.config
===================================================================
--- trunk/ippconfig/simple/camera.config	(revision 13384)
+++ trunk/ippconfig/simple/camera.config	(revision 13415)
@@ -90,9 +90,10 @@
    PPIMAGE.FLAT       INPUT    @DETDB                        CHIP       IMAGE     
    PPIMAGE.MASK       INPUT    @DETDB                        CHIP       IMAGE     
-   PSPHOT.INPUT       INPUT    none.fits                     CHIP       IMAGE     
+   PSPHOT.INPUT       INPUT    @FILES                        CHIP       IMAGE     
    PSWARP.INPUT       INPUT    none.fits                     FPA        IMAGE     
    PSWARP.SKYCELL     INPUT    none.fits                     FPA        IMAGE     
    PSASTRO.INPUT.CMP  INPUT    none.fits                     CHIP       CMP       
    PSASTRO.INPUT.CMF  INPUT    none.fits                     CHIP       CMF       
+   PSPHOT.LOAD        INPUT    none.fits                     CHIP       IMAGE     
    PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP	PSF       
    PSPHOT.INPUT.CMF   INPUT    none.fits                     CHIP	CMF       
@@ -150,20 +151,12 @@
 # user can set the file type (IMAGE, JPEG, RAW, SX, OBJ, CMP, CMF) : but these are not variable in most cases!
 # user can set the file mode (READ, WRITE), but these must be set by the programmer
-# user can set the file depth: only valid for output files
 # user can set the data depth: must be >= file depth
-# user can set the file format: only valid for newly created FPAs
-# user can set the colormap, scaling method, scaling range (JPEG only)
-# user can set the extension name for the data and header segments (CMF only)
 
-# known uses of the filename.xtra, extname.rule, and extname.xtra:
-# extname.rule: used to construct output EXTNAME keys (CMF DATA)
-# extname.xtra: used to construct output EXTNAME keys (CMF HEAD)
+EXTNAME.RULES METADATA
+  CMF.HEAD STR {CHIP.NAME}.hdr
+  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
 
-# extname.rule: used to carry classID to DetDB
-# filename.xtra: used to carry detID to DetDB (internal)
+  PSF.TABLE STR {CHIP.NAME}.psf_model
+  PSF.RESID STR {CHIP.NAME}.psf_resid
+END
 
-# filename.xtra: used to carry arglist name (internal)
-
-# filename.xtra: used to define the JPEG colormap
-# extname.rule: used to define the JPEG scaling method
-# extname.xtra: used to carry arguments of JPEG scaling method
