OpenAPI: Add orientation only refinement

This commit is contained in:
2026-05-28 17:13:42 +02:00
parent 058468a0b3
commit af847239fc
9 changed files with 32 additions and 14 deletions
@@ -1,11 +1,13 @@
# 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.
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.
## Enum
* `BEAMCENTER` (value: `'BeamCenter'`)
* `ORIENTATIONONLY` (value: `'OrientationOnly'`)
* `NONE` (value: `'None'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)