IndexAndRefine: Don't refine unit cell when optimizing rotation result
This commit is contained in:
@@ -103,8 +103,10 @@ void IndexAndRefine::RefineGeometryIfNeeded(DataMessage &msg, IndexAndRefine::In
|
||||
.max_time = 0.04 // 40 ms is max allowed time for the operation
|
||||
};
|
||||
|
||||
if (experiment.IsRotationIndexing())
|
||||
if (experiment.IsRotationIndexing()) {
|
||||
data.refine_beam_center = false;
|
||||
data.refine_unit_cell = false;
|
||||
}
|
||||
|
||||
if (outcome.symmetry.crystal_system == gemmi::CrystalSystem::Trigonal)
|
||||
data.crystal_system = gemmi::CrystalSystem::Hexagonal;
|
||||
|
||||
Reference in New Issue
Block a user