Versions Compared

Key

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

...

              (xarr, yarr, zarr) = get_pixel_xyz_arrays().

 

 

Memory model

...

  • tile ideal geometry,
  • tile center positions,
  • tile N·90 rotation and tilt angles:

             (x,y,z)in detector = (Xc,Yc,Zc) + Rotation(N·90+tilt) × (x,y,z)in tile.

 

 

Pixel coordinates in the detector should be accessed by method like

...

              (xarr, yarr, zarr) = get_pixel_xyz_arrays_in_detector().

...