IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13415


Ignore:
Timestamp:
May 17, 2007, 2:47:17 PM (19 years ago)
Author:
Paul Price
Message:

Adding psphot file rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simple/camera.config

    r13384 r13415  
    9090   PPIMAGE.FLAT       INPUT    @DETDB                        CHIP       IMAGE     
    9191   PPIMAGE.MASK       INPUT    @DETDB                        CHIP       IMAGE     
    92    PSPHOT.INPUT       INPUT    none.fits                     CHIP       IMAGE     
     92   PSPHOT.INPUT       INPUT    @FILES                        CHIP       IMAGE     
    9393   PSWARP.INPUT       INPUT    none.fits                     FPA        IMAGE     
    9494   PSWARP.SKYCELL     INPUT    none.fits                     FPA        IMAGE     
    9595   PSASTRO.INPUT.CMP  INPUT    none.fits                     CHIP       CMP       
    9696   PSASTRO.INPUT.CMF  INPUT    none.fits                     CHIP       CMF       
     97   PSPHOT.LOAD        INPUT    none.fits                     CHIP       IMAGE     
    9798   PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP       PSF       
    9899   PSPHOT.INPUT.CMF   INPUT    none.fits                     CHIP       CMF       
     
    150151# user can set the file type (IMAGE, JPEG, RAW, SX, OBJ, CMP, CMF) : but these are not variable in most cases!
    151152# user can set the file mode (READ, WRITE), but these must be set by the programmer
    152 # user can set the file depth: only valid for output files
    153153# user can set the data depth: must be >= file depth
    154 # user can set the file format: only valid for newly created FPAs
    155 # user can set the colormap, scaling method, scaling range (JPEG only)
    156 # user can set the extension name for the data and header segments (CMF only)
    157154
    158 # known uses of the filename.xtra, extname.rule, and extname.xtra:
    159 # extname.rule: used to construct output EXTNAME keys (CMF DATA)
    160 # extname.xtra: used to construct output EXTNAME keys (CMF HEAD)
     155EXTNAME.RULES METADATA
     156  CMF.HEAD STR {CHIP.NAME}.hdr
     157  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
    161158
    162 # extname.rule: used to carry classID to DetDB
    163 # filename.xtra: used to carry detID to DetDB (internal)
     159  PSF.TABLE STR {CHIP.NAME}.psf_model
     160  PSF.RESID STR {CHIP.NAME}.psf_resid
     161END
    164162
    165 # filename.xtra: used to carry arglist name (internal)
    166 
    167 # filename.xtra: used to define the JPEG colormap
    168 # extname.rule: used to define the JPEG scaling method
    169 # extname.xtra: used to carry arguments of JPEG scaling method
Note: See TracChangeset for help on using the changeset viewer.