Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Regular pixel size is 109.92 x 109.92 µm2,
  • Pixel size in two middle columns 193 and 194 is 274.80 x 109.92 µm2.

For any type of tile there should be a class or method returning pixel coordinates in this ideal geometry

            (x, y, z) = get_pixel_xyz(row,column)

or look-up tables

              (xarr, yarr, zarr) = get_xyz_arrays()

 

 

Memory model

It is assumed that each tile is presented in DAQ or offline data by a consecutive block of memory.  Uniform matrix-type geometry of pixel array is preferable, but  other geometry can be handled.  For example, for CSPAD 2x1 sensor pixel index in the tile memory block of size (185,388) can be evaluated as

...