Files
Jungfraujoch/frontend/src/openapi/models/indexing_algorithm.ts
T
2025-09-21 19:27:51 +02:00

17 lines
335 B
TypeScript

/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* Selection of an indexing algorithm used by Jungfraujoch
*
*/
export enum indexing_algorithm {
FFBIDX = 'FFBIDX',
FFT = 'FFT',
FFTW = 'FFTW',
AUTO = 'Auto',
NONE = 'None',
}