IndexingSettings: FFT should handle cells up to 500.0 A

This commit is contained in:
2026-02-18 12:16:13 +01:00
parent 08f98dab3c
commit 682ce5e418
+1 -1
View File
@@ -12,7 +12,7 @@ enum class GeomRefinementAlgorithmEnum {None, BeamCenter};
class IndexingSettings {
IndexingAlgorithmEnum algorithm;
int64_t fft_num_vectors = 16*1024;
float fft_max_unit_cell_A = 250.0;
float fft_max_unit_cell_A = 500.0;
float fft_min_unit_cell_A = 10.0;
float fft_max_angle_deg = 150.0;
float fft_min_angle_deg = 30.0;