jfjoch_process: Minor cleanup

This commit is contained in:
2026-04-30 13:57:08 +02:00
parent d27b3c9824
commit b13d82f447
-7
View File
@@ -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();