IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2013, 1:59:16 PM (13 years ago)
Author:
eugene
Message:

add PPIMAGE_OD recipe (overscan + dark); add DARK_ONLY reduction; format_ps2 skips EXTEND; add ppMerge.config; fix XBIN,YBIN,NORM.CLASS, FRINGE.FILTERS, other needed config defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ps2-tc3-20130727/ippconfig/tc3/camera.config

    r35836 r35862  
    4747# move this elsewhere?  we need a lookup table to go from filter ID to abstract name
    4848FILTER.ID       METADATA
     49   g        STR   g.00000
     50   r        STR   r.00000
     51   i        STR   i.00000
     52   z        STR   z.00000
     53   y        STR   y.00000
     54   w        STR   w.00000
    4955        NONE    STR     NONE
    5056        B       STR     B
     
    7480END
    7581
    76 # Recipe options
     82# Recipe options (if not listed here, we only use the default)
    7783RECIPES         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
     84        PPIMAGE         STR     tc3/ppImage.config
     85        PPMERGE         STR     tc3/ppMerge.config
     86#       PSASTRO         STR     tc3/psastro.config
     87#       PSPHOT          STR     tc3/psphot.config
     88#       PSWARP          STR     tc3/pswarp.config
     89#       PSVIDEOPHOT     STR     tc3/psvideophot.config
     90#       REJECTIONS      STR     tc3/rejections.config       # rejection recipe
     91#       PPSTACK         STR     tc3/ppStack.config
    8392END
     93
     94# reduction classes (recipes which are grouped together)
     95REDUCTION       STR     recipes/reductionClasses.mdc
    8496
    8597FITSTYPES       STR     recipes/fitstypes.mdc
    8698
    8799FILERULES       STR     recipes/filerules-split.mdc
     100
     101EXTNAME.RULES METADATA
     102  CMF.HEAD STR {CHIP.NAME}.hdr
     103  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
     104  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
     105  CMF.XRAD STR {CHIP.NAME}.xrad # use .PSF and .EXT?
     106  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
     107  CMF.DETEFF STR {CHIP.NAME}.deteff
     108
     109  PSF.HEAD  STR {CHIP.NAME}.hdr
     110  PSF.TABLE STR {CHIP.NAME}.psf_model
     111  PSF.RESID STR {CHIP.NAME}.psf_resid
     112END
    88113
    89114BLANK.HEADERS   METADATA
     
    93118        FPA.OBS         STR     EXPNUM
    94119END
     120
     121PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}.{CHIP.NAME}      # Rule for generating photcode
     122
Note: See TracChangeset for help on using the changeset viewer.