IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2014, 4:42:19 PM (12 years ago)
Author:
eugene
Message:

support for tc3 on ps2

File:
1 edited

Legend:

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

    r35836 r37414  
    4747# move this elsewhere?  we need a lookup table to go from filter ID to abstract name
    4848FILTER.ID       METADATA
     49   r        MULTI
     50   r        STR   Not available
     51   g        STR   g.00001
     52   r        STR   r.00001
     53   i        STR   i.00001
     54   z        STR   z.00001
     55   y        STR   y.00001
     56   w        STR   w.00001
    4957        NONE    STR     NONE
    5058        B       STR     B
     
    7482END
    7583
    76 # Recipe options
     84# Recipe options (if not listed here, we only use the default)
    7785RECIPES         METADATA
    78         # Other recipes
    79 #        PSPHOT          STR     tc3/psphot.config           # psphot details
    80 #        PSASTRO         STR     tc3/psastro.config          # psastro details
    81 #       PPSTATS         STR     tc3/ppStats.config              # ppStats recipe
    82         PPIMAGE         STR     tc3/ppImage.config              # ppImage recipe
     86        PPIMAGE         STR     tc3/ppImage.config
     87        PPMERGE         STR     tc3/ppMerge.config
     88#       PSASTRO         STR     tc3/psastro.config
     89#       PSPHOT          STR     tc3/psphot.config
     90#       PSWARP          STR     tc3/pswarp.config
     91#       PSVIDEOPHOT     STR     tc3/psvideophot.config
     92#       REJECTIONS      STR     tc3/rejections.config       # rejection recipe
     93#       PPSTACK         STR     tc3/ppStack.config
    8394END
     95
     96# reduction classes (recipes which are grouped together)
     97REDUCTION       STR     recipes/reductionClasses.mdc
    8498
    8599FITSTYPES       STR     recipes/fitstypes.mdc
    86100
    87101FILERULES       STR     recipes/filerules-split.mdc
     102
     103EXTNAME.RULES METADATA
     104  CMF.HEAD STR {CHIP.NAME}.hdr
     105  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
     106  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
     107  CMF.XRAD STR {CHIP.NAME}.xrad # use .PSF and .EXT?
     108  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
     109  CMF.DETEFF STR {CHIP.NAME}.deteff
     110
     111  PSF.HEAD  STR {CHIP.NAME}.hdr
     112  PSF.TABLE STR {CHIP.NAME}.psf_model
     113  PSF.RESID STR {CHIP.NAME}.psf_resid
     114END
    88115
    89116BLANK.HEADERS   METADATA
     
    93120        FPA.OBS         STR     EXPNUM
    94121END
     122
     123PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.NAME}      # Rule for generating photcode
     124
Note: See TracChangeset for help on using the changeset viewer.