summaryrefslogtreecommitdiffstats
path: root/tests/roof/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roof/defaults.py')
-rw-r--r--tests/roof/defaults.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/roof/defaults.py b/tests/roof/defaults.py
index eed3fe5..f6b67f6 100644
--- a/tests/roof/defaults.py
+++ b/tests/roof/defaults.py
@@ -15,7 +15,7 @@ roof_default_paths = {
#}
roof_filters = {
- 'correction': [ "flat-field-correct" ],
+ 'correction': [ "roof-flat-field-correct" ],
'reconstruction': [ "roof-fan2par", "fft", "filter", "ifft", "backproject" ],
'control': [ ],
'visualization': [ ]
@@ -23,9 +23,9 @@ roof_filters = {
roof_data_types = {
'correction': {
- 'flat_fields': 'flat-field-correct',
- 'dark_fields': 'flat-field-correct',
- 'raw_sinograms': 'flat-field-correct',
+ 'flat_fields': 'roof-flat-field-correct',
+ 'dark_fields': 'roof-flat-field-correct',
+ 'raw_sinograms': 'roof-flat-field-correct',
'fan_sinograms': None
},
'reconstruction': {