From 18ab14a32ed33ff78121f4b3c60e9b11c41a7f90 Mon Sep 17 00:00:00 2001 From: Robert Seymour Date: Wed, 11 Dec 2019 09:19:53 +1100 Subject: [PATCH] update mq_coreg_ipad --> SPM12 normalisation #23 --- Tools/coreg/mq_coreg_ipad.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/coreg/mq_coreg_ipad.m b/Tools/coreg/mq_coreg_ipad.m index 0c2743a..5fcc368 100644 --- a/Tools/coreg/mq_coreg_ipad.m +++ b/Tools/coreg/mq_coreg_ipad.m @@ -204,6 +204,9 @@ function mq_coreg_ipad(dir_name,mri_file,... cfg.mri = mri_realigned2; cfg.grid.unit ='mm'; cfg.inwardshift = -1.5; +cfg.spmversion = 'spm12'; % default is 'spm8' +cfg.spmmethod = 'new'; % default is 'old' +disp('Using the new SPM12 normalisation... this takes 3-4 minutes'); sourcemodel3d = ft_prepare_sourcemodel(cfg); % Create figure to check headodel and sourcemodel match