AnalyzeIndexing: Move mosaicity to a dedicated function + for rotation indexing always consider as indexed
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 12m10s
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 13m5s
Build Packages / Generate python client (push) Successful in 30s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 13m59s
Build Packages / build:rpm (rocky8) (push) Successful in 13m57s
Build Packages / Create release (push) Has been skipped
Build Packages / Build documentation (push) Successful in 34s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 14m19s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 14m20s
Build Packages / build:rpm (rocky9) (push) Successful in 14m32s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 14m47s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 7m13s
Build Packages / Unit tests (push) Has been cancelled

This commit is contained in:
2025-12-18 12:39:19 +01:00
parent 1e48de453d
commit 068416c470
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;