AnalyzeIndexing: Move mosaicity to a dedicated function + for rotation indexing always consider as indexed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user