IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2015, 3:14:11 PM (11 years ago)
Author:
eugene
Message:

add tc3 formats for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/tc3/format_tc1.config

    r38456 r39173  
    9999END             
    100100
     101# Specify the cell data
     102# NOTE: A duplicate metadata entry will override the first entry
     103CELLS   METADATA
     104END
     105
    101106# Specify the cell data
    102107CELLS   METADATA
    103         pitch10u        METADATA
     108        # if the test camera is generating BIASEC,DATASEC, use this:
     109        tc1raw  METADATA
    104110                CELL.BIASSEC.SOURCE     STR     HEADER
    105111                CELL.TRIMSEC.SOURCE     STR     HEADER
     
    107113                CELL.TRIMSEC            STR     DATASEC
    108114        END
    109 END
    110 
    111 # Specify the cell data
    112 CELLS   METADATA
    113         tc1raw  METADATA
     115
     116        # if the test camera is NOT generating BIASEC,DATASEC, use this:
     117        tc1old  METADATA
    114118                CELL.BIASSEC.SOURCE     STR     VALUE
    115119                CELL.TRIMSEC.SOURCE     STR     VALUE
     
    121125# How to translate PS concepts into FITS headers
    122126TRANSLATION     METADATA
    123         FPA.FILTERID    STR     FILTERID
    124         FPA.FILTER      STR     FILTERID
     127#       FPA.FILTERID    STR     FILTERID
     128#       FPA.FILTER      STR     FILTERID
    125129        FPA.RA          STR     RA
    126130        FPA.DEC         STR     DEC
     
    134138        FPA.ROTANGLE    STR     ROT
    135139        FPA.FOCUS       STR     M2Z
    136         FPA.TIME        STR     SHUTOUTC
     140#       FPA.TIME        STR     SHUTOUTC
    137141        FPA.EXPOSURE    STR     EXPREQ          # Requested exposure time, presumably camera exposure time
    138142        FPA.ALT         STR     ALT
     
    180184        CELL.EXPOSURE   STR     EXPTIME         # Exposure time measured by shutter
    181185        CELL.DARKTIME   STR     DARKTIME        # Exposure time for camera
    182         CELL.TIME       STR     SHUTOUTC        # Observation time
     186#       CELL.TIME       STR     SHUTOUTC        # Observation time
    183187        # XXX CELL.GAIN       STR     GAIN              # Cell gain (e/ADU)
    184188        CELL.READNOISE  STR     RDNOISE         # Cell read noise (ADU)
     
    208212        # XXX these should come from the header, but not for now
    209213        CELL.GAIN       F32     1.0             # Cell gain (e/ADU)
    210         CELL.SATURATION F32     40000           # Saturation point (ADU)
     214        CELL.SATURATION F32     64000           # Saturation point (ADU)
    211215
    212216        ### How to get FPA coordinates from chip coordinates
Note: See TracChangeset for help on using the changeset viewer.