summaryrefslogtreecommitdiffstats
path: root/tests/roof/arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roof/arguments.py')
-rw-r--r--tests/roof/arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roof/arguments.py b/tests/roof/arguments.py
index 22ea42b..3c8caed 100644
--- a/tests/roof/arguments.py
+++ b/tests/roof/arguments.py
@@ -15,7 +15,7 @@ def roof_get_args():
parser.add_argument('-b', '--benchmark', dest="benchmark", default=None, action="store_true", help="Bencmarking mode, writes to /dev/null")
parser.add_argument('-g', '--gui', dest='gui', default=False, action="store_true", help="Visualize data")
parser.add_argument('-t', '--track', dest='track', default=False, action="store_true", help="Track & control experiment")
-
+
parser.add_argument( '--no-roof', dest="noroof", default=False, action="store_true", help="Disable ROOF, only network testing (no sinogram building, store linearly)")
# I/O