diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-14 13:15:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 13:15:44 +0100 |
commit | b0067374c8ddc0f5e67495b37e14505777ac191f (patch) | |
tree | 9391369b0a6b9052784b936fb57638c79e6276f7 /Wrappers/Python | |
parent | 502459e3cf8e13fed14663c7089511e23d93f040 (diff) | |
download | framework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.gz framework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.bz2 framework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.xz framework-b0067374c8ddc0f5e67495b37e14505777ac191f.zip |
renamed the simple jakobs phantom to hotdog
Diffstat (limited to 'Wrappers/Python')
-rwxr-xr-x | Wrappers/Python/ccpi/framework/TestData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/TestData.py b/Wrappers/Python/ccpi/framework/TestData.py index cfad7a3..e7dc908 100755 --- a/Wrappers/Python/ccpi/framework/TestData.py +++ b/Wrappers/Python/ccpi/framework/TestData.py @@ -15,7 +15,7 @@ class TestData(object): CAMERA = 'camera.png'
PEPPERS = 'peppers.tiff'
RESOLUTION_CHART = 'resolution_chart.tiff'
- SIMPLE_PHANTOM_2D = 'simple_jakobs_phantom'
+ SIMPLE_PHANTOM_2D = 'hotdog'
SHAPES = 'shapes.png'
def __init__(self, **kwargs):
|