IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2007, 3:32:38 PM (19 years ago)
Author:
Paul Price
Message:

Adding CLASSID metadata to camera configurations to rules for the class_id using 'detselect -select'

File:
1 edited

Legend:

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

    r12122 r12301  
    1818        I       STR     I
    1919        z       STR     z
     20END
     21
     22# Table of strings to use for the class identifier (see ippdb) according to the file level.
     23CLASSID         METADATA
     24        fpa     STR     fpa
     25        chip    STR     {CHIP.NAME}
     26        cell    STR     {CHIP.NAME}:{CELL.NAME}
     27END
     28
     29# convert supplied FPA.OBSTYPE values to abstract exptype names
     30OBSTYPE.TABLE METADATA
     31  bias     STR BIAS
     32  zero     STR BIAS
     33  dark     STR DARK
     34  flat     STR SKYFLAT
     35  skyflat  STR SKYFLAT
     36  domeflat STR DOMEFLAT
     37  object   STR OBJECT
     38  science  STR OBJECT
    2039END
    2140
Note: See TracChangeset for help on using the changeset viewer.