Files
Jungfraujoch/docs/python_client/docs/GeomRefinementAlgorithm.md
T
2026-07-15 21:41:51 +02:00

782 B

GeomRefinementAlgorithm

Selection of an post-indexing least-square diffraction geometry refinement algorithm used by Jungfraujoch. BeamCenter - This option is refining both beam center and lattice (restricted to a chosen/detected Bravais lattice). OrientationOnly - This option is refining only orientation of the lattice. Flex - Tries all per-image refinements and keeps whichever indexes the most spots, letting the pipeline decide (the rugnux flex mode).

Enum

  • BEAMCENTER (value: 'BeamCenter')

  • ORIENTATIONONLY (value: 'OrientationOnly')

  • FLEX (value: 'Flex')

  • NONE (value: 'None')

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