diff options
-rw-r--r-- | Wrappers/Python/ccpi/framework.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |