From c43373c119d620853378a0379327510b048778a1 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Tue, 17 Apr 2018 18:05:14 +0100 Subject: added angle_unit to AcquisitionGeometry --- Wrappers/Python/ccpi/framework.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Wrappers/Python/ccpi/framework.py b/Wrappers/Python/ccpi/framework.py index 9ccc22d..799497e 100644 --- a/Wrappers/Python/ccpi/framework.py +++ b/Wrappers/Python/ccpi/framework.py @@ -118,6 +118,7 @@ class AcquisitionGeometry: dist_source_center=None, dist_center_detector=None, channels=1 + angle_unit='degree' ): """ General inputs for standard type projection geometries -- cgit v1.2.3