IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15434


Ignore:
Timestamp:
Nov 1, 2007, 3:59:52 PM (19 years ago)
Author:
Paul Price
Message:

Fixing exposure times.

Location:
trunk/ippconfig/gpc1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/format_mef.config

    r15278 r15434  
    180180        FPA.AZ          STR     AZ
    181181        FPA.TEMP        STR     DETTEM
    182         FPA.EXPOSURE    STR     EXPTIME
    183182        CHIP.ID         STR     DETECTOR
    184183        CELL.XBIN       STR     CCDSUM
    … …  
    189188        CELL.YPARITY    STR     LTM2_2
    190189#       CELL.SATURATION STR     SATURATE
     190        FPA.EXPOSURE    STR     EXPREQ          # Requested exposure time, presumably camera exposure time
     191        CELL.EXPOSURE   STR     EXPTIME         # Exposure time measured by shutter
     192        CELL.DARKTIME   STR     EXPREQ          # Requested exposure time, presumably camera exposure time
    191193END
    192194
    … …  
    452454          XY76  S32     1
    453455        END
    454         CELL.EXPOSURE   F32     0.0
    455         CELL.DARKTIME   F32     0.0
    456456        CELL.GAIN       F32     1.0
    457457        CELL.READNOISE  F32     0.0
  • trunk/ippconfig/gpc1/format_raw.config

    r15317 r15434  
    192192#       CELL.SATURATION STR     SATURATE
    193193        CHIP.TEMP       STR     DETTEM
     194        ### These will have to change when we get the 'real' EXPTIME measured by the shutter driver
     195        FPA.EXPOSURE    F32     EXPREQ
     196        CELL.EXPOSURE   F32     EXPREQ
     197        CELL.DARKTIME   F32     EXPREQ
    194198END
    195199
    … …  
    455459          XY76  S32     1
    456460        END
    457         CELL.EXPOSURE   F32     0.0
    458         CELL.DARKTIME   F32     0.0
    459461        CELL.GAIN       F32     1.0
    460462        CELL.READNOISE  F32     0.0
Note: See TracChangeset for help on using the changeset viewer.