IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11870


Ignore:
Timestamp:
Feb 16, 2007, 5:30:40 PM (19 years ago)
Author:
Paul Price
Message:

Adding new concepts: CELL.XSIZE CELL.YSIZE CHIP.XSIZE CHIP.YSIZE

Location:
trunk/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/isp/format.config

    r11858 r11870  
    6262# Default PS concepts that may be specified by value
    6363DEFAULTS        METADATA
     64        CHIP.XSIZE      S32     2048
     65        CHIP.YSIZE      S32     2048
     66        CELL.XSIZE      S32     2048
     67        CELL.YSIZE      S32     2048
    6468        FPA.TIMESYS     STR     UTC
    6569        CELL.SATURATION F32     65535
  • trunk/ippconfig/megacam/format_raw.config

    r11794 r11870  
    148148# Default PS concepts that may be specified by value
    149149DEFAULTS        METADATA
     150        CHIP.XSIZE              S32     2048
     151        CHIP.YSIZE              S32     4612
     152        CELL.XSIZE              S32     1024
     153        CELL.YSIZE              S32     4612
    150154        CELL.READDIR            S32     1               # Cell is read in x direction
    151155        CELL.BAD                S32     0
  • trunk/ippconfig/megacam/format_spliced.config

    r11367 r11870  
    112112# Default PS concepts that may be specified by value
    113113DEFAULTS        METADATA
     114        CHIP.XSIZE              S32     2048
     115        CHIP.YSIZE              S32     4612
     116        CELL.XSIZE              S32     1024
     117        CELL.YSIZE              S32     4612
    114118        CELL.READDIR            S32     1               # Cell is read in x direction
    115119        CELL.BAD                S32     0
  • trunk/ippconfig/megacam/format_split.config

    r11132 r11870  
    112112# Default PS concepts that may be specified by value
    113113DEFAULTS        METADATA
     114        CHIP.XSIZE              S32     2048
     115        CHIP.YSIZE              S32     4612
     116        CELL.XSIZE              S32     1024
     117        CELL.YSIZE              S32     4612
    114118        CELL.READDIR            S32     1               # Cell is read in x direction
    115119        CELL.BAD                S32     0
Note: See TracChangeset for help on using the changeset viewer.