diff options
author | jakobsj <jakobsj@users.noreply.github.com> | 2018-04-20 11:00:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 11:00:14 +0100 |
commit | a4194a7d1925df7c780efbadf9b719babe8b659d (patch) | |
tree | 0b36cb1741039edc67a45432ab1c3ac874a67591 | |
parent | 4fda644c15356f1afccbc473ffdc47243f47e5d1 (diff) | |
parent | 0810b18bbae7fe30d62e2e26a07e3be98081dd30 (diff) | |
download | astra-wrapper-a4194a7d1925df7c780efbadf9b719babe8b659d.tar.gz astra-wrapper-a4194a7d1925df7c780efbadf9b719babe8b659d.tar.bz2 astra-wrapper-a4194a7d1925df7c780efbadf9b719babe8b659d.tar.xz astra-wrapper-a4194a7d1925df7c780efbadf9b719babe8b659d.zip |
Merge pull request #4 from vais-ral/fix_datasetproc
FIxed dataset proc
-rw-r--r-- | Wrappers/Python/ccpi/astra/processors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/astra/processors.py b/Wrappers/Python/ccpi/astra/processors.py index 02c9070..db52a6b 100644 --- a/Wrappers/Python/ccpi/astra/processors.py +++ b/Wrappers/Python/ccpi/astra/processors.py @@ -1,4 +1,4 @@ -from ccpi.framework import DataSetProcessor, ImageData, AcquisitionData +from ccpi.framework import DataProcessor, ImageData, AcquisitionData from ccpi.astra.utils import convert_geometry_to_astra import astra |