diff --git a/tools/jfjoch_process.cpp b/tools/jfjoch_process.cpp index 8d59b9dc..01ee4432 100644 --- a/tools/jfjoch_process.cpp +++ b/tools/jfjoch_process.cpp @@ -757,13 +757,6 @@ int main(int argc, char **argv) { image_mean_time.processing * 1e6); if (rotation_indexer_ret.has_value()) { - auto latt = rotation_indexer_ret->lattice; - if (auto axis_ = experiment.GetGoniometer()) { - const float angle_deg = axis_->GetAngle_deg(0); - const auto rot = axis_->GetTransformationAngle(angle_deg); - latt = latt.Multiply(rot); - } - auto vec0 = rotation_indexer_ret->lattice.Vec0(); auto vec1 = rotation_indexer_ret->lattice.Vec1(); auto vec2 = rotation_indexer_ret->lattice.Vec2();