IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 4:20:52 AM (18 years ago)
Author:
Sebastian Jester
Message:

New split config for SDSSmosaic so that we can look up chip-dependent gains

File:
1 edited

Legend:

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

    r20016 r20628  
    88FORMATS         METADATA
    99        MEF             STR     sdssmosaic/format_mef.config    # MEF version, required for psastro
    10         SDSSmosaic      STR     sdssmosaic/format.config
     10        SDSSmosaic      STR     sdssmosaic/format_split.config  # New (possibly) split format with 30 different chips
     11        # SDSSmosaic    STR     sdssmosaic/format.config        # Old split format with per-chip gains rolled up in DEPEND
    1112END
    1213 
    1314# Description of camera --- all the chips and the cells that comprise them
     15# Old, with format.config
     16# FPA   METADATA
     17#       CHIP1   STR     Cell
     18#       CHIP2   STR     Cell
     19#       CHIP3   STR     Cell
     20#       CHIP4   STR     Cell
     21#       CHIP5   STR     Cell
     22#       CHIP6   STR     Cell
     23# END
     24# New, with format_split.config
    1425FPA     METADATA
    15         CHIP1   STR     Cell
    16         CHIP2   STR     Cell
    17         CHIP3   STR     Cell
    18         CHIP4   STR     Cell
    19         CHIP5   STR     Cell
    20         CHIP6   STR     Cell
     26        CHIP11  STR     CELL11
     27        CHIP12  STR     CELL12
     28        CHIP13  STR     CELL13
     29        CHIP14  STR     CELL14
     30        CHIP15  STR     CELL15
     31        CHIP16  STR     CELL16
     32        CHIP21  STR     CELL21
     33        CHIP22  STR     CELL22
     34        CHIP23  STR     CELL23
     35        CHIP24  STR     CELL24
     36        CHIP25  STR     CELL25
     37        CHIP26  STR     CELL26
     38        CHIP31  STR     CELL31
     39        CHIP32  STR     CELL32
     40        CHIP33  STR     CELL33
     41        CHIP34  STR     CELL34
     42        CHIP35  STR     CELL35
     43        CHIP36  STR     CELL36
     44        CHIP41  STR     CELL41
     45        CHIP42  STR     CELL42
     46        CHIP43  STR     CELL43
     47        CHIP44  STR     CELL44
     48        CHIP45  STR     CELL45
     49        CHIP46  STR     CELL46
     50        CHIP51  STR     CELL51
     51        CHIP52  STR     CELL52
     52        CHIP53  STR     CELL53
     53        CHIP54  STR     CELL54
     54        CHIP55  STR     CELL55
     55        CHIP56  STR     CELL56
    2156END
    2257
     
    3570END
    3671
    37 DVO.CAMERADIR   STR     sdss            # Camera directory for DVO
     72DVO.CAMERADIR   STR     sdssmosaic      # Camera directory for DVO
    3873
    3974# convert supplied FPA.OBSTYPE values to abstract exptype names
Note: See TracChangeset for help on using the changeset viewer.