Versions Compared

Key

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

...

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

or look-up tables for consecutive pixel indexes

              (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

...