BraggPrediction: Work in progress

This commit is contained in:
2025-12-18 12:32:03 +01:00
parent 55a6758470
commit 1e48de453d
4 changed files with 4 additions and 26 deletions

View File

@@ -141,9 +141,9 @@ void IndexAndRefine::QuickPredictAndIntegrate(DataMessage &msg,
BraggPredictionSettings settings_prediction{
.high_res_A = experiment.GetBraggIntegrationSettings().GetDMinLimit_A(),
.ewald_dist_cutoff = ewald_dist_cutoff,
.max_hkl = 100,
.centering = outcome.symmetry.centering,
.ewald_dist_cutoff = ewald_dist_cutoff,
};
auto nrefl = prediction.Calc(experiment, *outcome.lattice_candidate, settings_prediction);