From ca50847fded5416cd2d06377301667b7829f43e4 Mon Sep 17 00:00:00 2001 From: nzxwang Date: Mon, 15 Oct 2018 13:12:18 -0400 Subject: [PATCH] use double in minc_displacement --- python/compute_determinant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/compute_determinant.py b/python/compute_determinant.py index 4bac9f1..d174a62 100755 --- a/python/compute_determinant.py +++ b/python/compute_determinant.py @@ -150,7 +150,7 @@ def run_subprocess(cmds): # Start the linear pipeline displacement = os.path.join(tempdir, output_name + "_displacement.mnc") - p = run_subprocess(["minc_displacement", + p = run_subprocess(["minc_displacement -double", "-clobber" if args.clobber else "", args.input_like, transform,