diff options
-rw-r--r-- | Wrappers/Python/ccpi/framework.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework.py b/Wrappers/Python/ccpi/framework.py index 799497e..f4cd406 100644 --- a/Wrappers/Python/ccpi/framework.py +++ b/Wrappers/Python/ccpi/framework.py @@ -117,7 +117,7 @@ class AcquisitionGeometry: pixel_size_v=1, dist_source_center=None, dist_center_detector=None, - channels=1 + channels=1, angle_unit='degree' ): """ |