jfjoch_process: Minor cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user