Files
Jungfraujoch/frontend/src/openapi/models/geom_refinement_algorithm.ts
T
2025-10-20 20:43:44 +02:00

15 lines
428 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* 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.
*
*/
export enum geom_refinement_algorithm {
BEAM_CENTER = 'BeamCenter',
NONE = 'None',
}