Versions Compared

Key

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

...

return X,Y,Z arrays of the shape [8,185,388].

 

Software

Interface description is available in doxygen

Geometry file producer

  • CalibManager.OpticAlignmentCspadV1.py - for cxi-CSPAD
  • TBD for xpp-CSPAD, ePix, etc. whenever available

Alignment

  • TBD: under CalibManager.GUIGeometry.py

Hierarchical geometry model in C++

  • CSPadPixCoords::PixCoords2x1V2 - defines 2x1 pixel geometry,
  • ImgAlgos::GeometryObject,
  • ImgAlgos::GeometryAccess,

Hierarchical geometry model in Python

  • PyCSPadImage.PixCoords2x1.py - defines 2x1 pixel geometry,
  • pyimgalgos.GeometryObject.py,
  • pyimgalgos.GeometryAccess.py - currently allows manual alignment

 

Summary

Suggested method for imaging detector geometry description provides simple and unambiguous way of pixel coordinate parametrization. This method utilizes all available information from optical measurement and design of the detector and tiles. All geometry parameters are extracted without fitting technique and presented by natural intuitive way.

...