AnalyzeIndexing: Move mosaicity to a dedicated function + for rotation indexing always consider as indexed

This commit is contained in:
2025-12-18 12:39:19 +01:00
parent 84237d0e38
commit 2971b20b87
3 changed files with 55 additions and 49 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ void IndexAndRefine::ProcessImage(DataMessage &msg,
if (!outcome.lattice_candidate)
return;
if (!AnalyzeIndexing(msg, outcome.experiment, *outcome.lattice_candidate, outcome.experiment.GetGoniometer()))
if (!AnalyzeIndexing(msg, outcome.experiment, *outcome.lattice_candidate,
outcome.experiment.GetGoniometer(), rotation_indexer.get() != nullptr))
return;
msg.lattice_type = outcome.symmetry;