RotationIndexer: Separate ProcessImage and GetLattice
This commit is contained in:
@@ -28,7 +28,8 @@ IndexAndRefine::IndexAndRefine(const DiffractionExperiment &x, IndexerThreadPool
|
||||
IndexAndRefine::IndexingOutcome IndexAndRefine::DetermineLatticeAndSymmetryRotation(DataMessage &msg) {
|
||||
IndexingOutcome outcome(experiment);
|
||||
|
||||
auto result = rotation_indexer->ProcessImage(msg.number, msg.spots);
|
||||
rotation_indexer->ProcessImage(msg.number, msg.spots);
|
||||
auto result = rotation_indexer->GetLattice();
|
||||
if (result) {
|
||||
// For rotation indexing, indexing rate is calculated only for frames, where "global" rotation indexing solution was found
|
||||
msg.indexing_result = false;
|
||||
|
||||
Reference in New Issue
Block a user