IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20628


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

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

Location:
trunk/ippconfig/sdssmosaic
Files:
1 added
2 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
  • trunk/ippconfig/sdssmosaic/format.config

    r19006 r20628  
    105105        INSTRUME        STR     SDSSmosaic
    106106        FPA.INSTRUMENT  STR     INSTRUME
    107 # The gain is only roughly correct...
    108         CELL.GAIN       F32     5.0
     107        CELL.GAIN.ORIGIN STR    VALUE
     108        CELL.GAIN        F32    5.0
     109# The following doesn't work - don't know why. Use format_split.config
     110# instead to get correct per-chip gains.
     111#       CELL.GAIN.DEPEND STR    FPA.DETECTOR
     112#       CELL.GAIN       METADATA
     113#                 11      F32     4.71
     114#                 12      F32     4.6
     115#                 13      F32     4.72
     116#                 14      F32     4.76
     117#                 15      F32     4.725
     118#                 16      F32     4.895
     119#                 21      F32     5.165
     120#                 22      F32     6.565
     121#                 23      F32     4.86
     122#                 24      F32     4.885
     123#                 25      F32     4.64
     124#                 26      F32     4.76
     125#                 31      F32     1.62
     126#                 32      F32     1.595
     127#                 33      F32     1.58
     128#                 34      F32     1.6
     129#                 35      F32     1.47
     130#                 36      F32     2.17
     131#                 41      F32     4.745
     132#                 42      F32     5.155
     133#                 43      F32     4.885
     134#                 44      F32     4.775
     135#                 45      F32     3.48
     136#                 46      F32     4.69
     137#                 51      F32     4.745
     138#                 52      F32     5.155
     139#                 53      F32     4.885
     140#                 54      F32     4.775
     141#                 55      F32     3.48
     142#                 56      F32     4.69         
     143# END
    109144# readnoise is from http://www.sdss.org/dr6/instruments/imager/index.html
    110145# Note that I have emails from Jim Gunn saying dark noise *is* important...
Note: See TracChangeset for help on using the changeset viewer.