IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2008, 5:34:19 PM (18 years ago)
Author:
eugene
Message:

adding vysos camera; adding PPSTATS_METADATA recipe

File:
1 edited

Legend:

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

    r19543 r19628  
    33# File formats that we know about
    44FORMATS         METADATA
    5         SIMPLE  STR     vysos-5/format.config
     5        SIMPLE  STR     vysos5/format.config
    66END
    77 
    88# Description of camera --- all the chips and the cells that comprise them
    99FPA     METADATA
    10         Chip            STR     Cell
     10        Chip            STR     Cell
    1111END
    1212
    1313# valid filter names and corresponding IDs
    1414FILTER.ID       METADATA
    15         NONE    STR     NONE
    16         g       STR     g
    17         r       STR     r
    18         i       STR     i
    19         z       STR     z
     15        NONE    STR     NONE
     16        g       STR     PSg
     17        r       STR     PSr
     18        i       STR     PSi
     19        z       STR     PSz
    2020END
    2121
    2222# Table of strings to use for the class identifier (see ippdb) according to the file level.
    23 CLASSID         METADATA
    24         FPA     STR     fpa
     23CLASSID         METADATA
     24        FPA     STR     fpa
    2525END
    2626
    27 DVO.CAMERADIR   STR     simtest         # Camera directory for DVO
     27DVO.CAMERADIR   STR     vysos5          # Camera directory for DVO
    2828
    2929# convert supplied FPA.OBSTYPE values to abstract exptype names
    3030OBSTYPE.TABLE METADATA
    31   bias     STR BIAS
    32   zero     STR BIAS
    33   dark     STR DARK
    34   flat     STR SKYFLAT
     31  bias     STR BIAS
     32  zero     STR BIAS
     33  dark     STR DARK
     34  flat     STR SKYFLAT
    3535  skyflat  STR SKYFLAT
    3636  domeflat STR DOMEFLAT
     
    4040
    4141# Recipe options
    42 RECIPES         METADATA
    43         PPIMAGE         STR     simtest/ppImage.config   # Default: all (normal) options on
    44         PSPHOT          STR     simtest/psphot.config   # psphot details
    45         PPSIM           STR     simtest/ppSim.config    # ppSim details
    46         PPSUB           STR     simtest/ppSub.config    # ppSub details
    47         PSASTRO         STR     simtest/psastro.config  # psastro details
    48         REJECTIONS      STR     simtest/rejections.config # Rejection for detrend creation
     42RECIPES         METADATA
     43        # PPIMAGE         STR     vysos5/ppImage.config   # Default: all (normal) options on
     44        # PSPHOT          STR     vysos5/psphot.config    # psphot details
     45        # PPSIM           STR     vysos5/ppSim.config     # ppSim details
     46        # PPSUB           STR     vysos5/ppSub.config     # ppSub details
     47        # PSASTRO         STR     vysos5/psastro.config   # psastro details
     48        # REJECTIONS      STR     vysos5/rejections.config # Rejection for detrend creation
    4949END
    5050
    5151# reduction classes (recipes which are grouped together)
    52 REDUCTION       STR     recipes/reductionClasses.mdc
     52REDUCTION       STR     recipes/reductionClasses.mdc
    5353
    5454FITSTYPES       STR     recipes/fitstypes.mdc
    5555
    56 FILERULES       STR     recipes/filerules-simple.mdc
     56FILERULES       STR     recipes/filerules-simple.mdc
    5757
    5858EXTNAME.RULES METADATA
     
    6262  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
    6363
    64   PSF.HEAD  STR {CHIP.NAME}.hdr
     64  PSF.HEAD  STR {CHIP.NAME}.hdr
    6565  PSF.TABLE STR {CHIP.NAME}.psf_model
    6666  PSF.RESID STR {CHIP.NAME}.psf_resid
    6767END
    6868
    69 BLANK.HEADERS   METADATA
    70         FPA.TIME        STR     MJD-OBS
    71         FPA.EXPOSURE    STR     EXPTIME
    72         FPA.AIRMASS     STR     AIRMASS
     69BLANK.HEADERS   METADATA
     70        FPA.TIME        STR     MJD-OBS
     71        FPA.EXPOSURE    STR     EXPTIME
     72        FPA.AIRMASS     STR     AIRMASS
    7373END
    7474
    75 PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}          # Rule for generating photcode
     75PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}          # Rule for generating photcode
Note: See TracChangeset for help on using the changeset viewer.