IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13501


Ignore:
Timestamp:
May 23, 2007, 6:24:49 PM (19 years ago)
Author:
Paul Price
Message:

Adding CELL.XWINDOW, CELL.YWINDOW to commonly-used format files. These concepts specify where the CCD window starts --- this is different from CELL.X0 and CELL.Y0, which specify the physical location of the cell on the chip, not the place where you've chosen to start reading.

Location:
trunk/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/megacam/format_raw.config

    r12767 r13501  
    156156        CELL.XSIZE              S32     1024
    157157        CELL.YSIZE              S32     4612
     158        CELL.XWINDOW            S32     0
     159        CELL.YWINDOW            S32     0
    158160        CELL.READDIR            S32     1               # Cell is read in x direction
    159161        CELL.BAD                S32     0
  • trunk/ippconfig/megacam/format_spliced.config

    r12767 r13501  
    128128        CELL.XSIZE              S32     1024
    129129        CELL.YSIZE              S32     4612
     130        CELL.XWINDOW            S32     0
     131        CELL.YWINDOW            S32     0
    130132        CELL.READDIR            S32     1               # Cell is read in x direction
    131133        CELL.BAD                S32     0
  • trunk/ippconfig/megacam/format_split.config

    r12767 r13501  
    129129        CELL.XSIZE              S32     1024
    130130        CELL.YSIZE              S32     4612
     131        CELL.XWINDOW            S32     0
     132        CELL.YWINDOW            S32     0
    131133        CELL.SATURATION         S32     60000
    132134        CELL.READDIR            S32     1               # Cell is read in x direction
  • trunk/ippconfig/simmosaic/format_split.config

    r13367 r13501  
    110110        CELL.XSIZE      S32     1000
    111111        CELL.YSIZE      S32     1000
     112        CELL.XWINDOW    S32     0
     113        CELL.YWINDOW    S32     0
    112114        CELL.GAIN       F32     1.0
    113115        CELL.READNOISE  F32     10.0
  • trunk/ippconfig/simtest/format.config

    r13082 r13501  
    6666        CELL.XSIZE      S32     2048
    6767        CELL.YSIZE      S32     2048
     68        CELL.XWINDOW    S32     0
     69        CELL.YWINDOW    S32     0
    6870        CELL.GAIN       F32     1.0
    6971        CELL.READNOISE  F32     10.0
Note: See TracChangeset for help on using the changeset viewer.