/* 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', }