From c9aeaf1b90caf4559590c928acd1cad0cc3d79b9 Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Fri, 21 Jun 2024 10:04:11 +0200 Subject: [PATCH] proj update --- rq_controller/common/projection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq_controller/common/projection.py b/rq_controller/common/projection.py index b802794..e372c9e 100644 --- a/rq_controller/common/projection.py +++ b/rq_controller/common/projection.py @@ -66,7 +66,7 @@ class PyProjection(PyProjectionGeometry): detector_heigth_mm, detector_width_mm, frame_id, focal_spot_orientation, voltage_kv, current_ua, exposure_time_ms) - def as_message(self) -> ProjectionGeometry: + def as_message(self) -> Projection: message = Projection() projection_geometry = ProjectionGeometry() -- GitLab