RotationIndexer: Seems to return valid lattice for each image
This commit is contained in:
@@ -130,7 +130,7 @@ std::optional<CrystalLattice> RotationIndexer::ProcessImage(int64_t image, const
|
||||
}
|
||||
|
||||
if (indexed_lattice)
|
||||
return indexed_lattice->Multiply(rot);
|
||||
return indexed_lattice->Multiply(rot.transpose());
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user