IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2007, 3:47:00 PM (19 years ago)
Author:
eugene
Message:

some cleanups

File:
1 edited

Legend:

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

    r14015 r14053  
    88END
    99 
    10  
    1110# Description of camera --- all the chips and the cells that comprise them
    1211FPA     METADATA
    1312        Chip            STR     Cell
     13END
     14
     15# valid filter names and corresponding IDs
     16FILTER.ID       METADATA
     17        g       STR     g
     18        r       STR     r
     19        i       STR     i
     20        z       STR     z
     21        y       STR     y
     22END
     23
     24# Table of strings to use for the class identifier (see ippdb) according to the file level.
     25CLASSID         METADATA
     26        FPA     STR     fpa
     27END
     28
     29DVO.CAMERADIR   STR     isp             # Camera directory for DVO
     30
     31# convert supplied FPA.OBSTYPE values to abstract exptype names
     32OBSTYPE.TABLE METADATA
     33  bias     STR BIAS
     34  zero     STR BIAS
     35  dark     STR DARK
     36  flat     STR SKYFLAT
     37  skyflat  STR SKYFLAT
     38  domeflat STR DOMEFLAT
     39  object   STR OBJECT
     40  science  STR OBJECT
    1441END
    1542
     
    84111END
    85112
    86 FILTER.ID       METADATA
    87         g       STR     g
    88         r       STR     r
    89         i       STR     i
    90         z       STR     z
    91         y       STR     y
    92 END
    93 
    94 # Table of strings to use for the class identifier (see ippdb) according to the file level.
    95 CLASSID         METADATA
    96         FPA     STR     fpa
    97 END
    98 
    99 DVO.CAMERADIR   STR     isp             # Camera directory for DVO
    100 
    101 # convert supplied FPA.OBSTYPE values to abstract exptype names
    102 OBSTYPE.TABLE METADATA
    103   bias     STR BIAS
    104   zero     STR BIAS
    105   dark     STR DARK
    106   flat     STR SKYFLAT
    107   skyflat  STR SKYFLAT
    108   domeflat STR DOMEFLAT
    109   object   STR OBJECT
    110   science  STR OBJECT
    111 END
    112 
    113113FILERULES METADATA
    114114   PSASTRO.INPUT       STR PSASTRO.INPUT.CMF
     
    222222        FPA.AIRMASS     STR     AIRMASS
    223223END
     224
     225TESSELLATIONS   METADATA
     226        # Tessellation name with corresponding DVO catdir
     227        Skycells        STR     path://ISP/skycells
     228END
Note: See TracChangeset for help on using the changeset viewer.