Files
Jungfraujoch/docs/python_client/docs/GeomRefinementAlgorithm.md
2025-09-08 20:28:59 +02:00

793 B

GeomRefinementAlgorithm

Selection of an post-indexing detector geometry refinement algorithm used by Jungfraujoch. This option is using non-linear least squares optimization to find unit cell and beam center. BeamCenterSymmetry is adding constraints for high-symmetry space groups: orthorhombic, tetragonal, cubic, and hexagonal. For the moment we recommend to use BeamCenterSymmetry only if unit cell is provided, given that the algorithm is not guessing centering properly at the moment.

Enum

  • BEAMCENTER (value: 'BeamCenter')

  • BEAMCENTERSYMMETRY (value: 'BeamCenterSymmetry')

  • NONE (value: 'None')

[Back to Model list] [Back to API list] [Back to README]