From a08c5f8b96f6ec0b6446db1df40afb1ccfc03acf Mon Sep 17 00:00:00 2001 From: aknecht2 <aknecht2@unl.edu> Date: Thu, 29 Oct 2015 14:32:26 -0500 Subject: [PATCH] Roi fix. --- ih/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ih/conf.py b/ih/conf.py index d777e76..01db04d 100644 --- a/ih/conf.py +++ b/ih/conf.py @@ -1274,6 +1274,9 @@ valid = { "--dimensions": { "type": "exist" }, + "--dimfromroi": { + "type": "string" + }, "--pixels": { "type": "exist" }, -- GitLab