From 85d12e457296034e43b820b4b119c6fff8ca1808 Mon Sep 17 00:00:00 2001 From: Juan Jesus Torre Date: Mon, 25 Mar 2019 11:07:45 +0100 Subject: [PATCH] restored default value for write_bounding_box --- pypreprocess/nipype_preproc_spm_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypreprocess/nipype_preproc_spm_utils.py b/pypreprocess/nipype_preproc_spm_utils.py index 1c31dfdd..7ff6564a 100644 --- a/pypreprocess/nipype_preproc_spm_utils.py +++ b/pypreprocess/nipype_preproc_spm_utils.py @@ -854,7 +854,7 @@ def _do_subject_normalize(subject_data, fwhm=0., anat_fwhm=0., caching=True, parameter_file=parameter_file, apply_to_files=apply_to_files, write_voxel_sizes=list(write_voxel_sizes), - write_bounding_box=write_bounding_box, + write_bounding_box=[[-78, -112, -50], [78, 76, 85]], write_interp=1, jobtype='write', interface_kwargs=kwargs))