Files
Jungfraujoch/_sources/python_client/docs/IndexingAlgorithm.md.txt
T
2026-04-16 12:12:54 +00:00

20 lines
394 B
Plaintext

# IndexingAlgorithm
Selection of an indexing algorithm used by Jungfraujoch
## Enum
* `FFBIDX` (value: `'FFBIDX'`)
* `FFT` (value: `'FFT'`)
* `FFTW` (value: `'FFTW'`)
* `AUTO` (value: `'Auto'`)
* `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)