From c09a37f71863162743be595fcae3472d87bcd174 Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Sun, 17 Mar 2024 17:55:48 +0100 Subject: [PATCH] ensure that SPM12 is on the path --- tutorial/human_ecog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/human_ecog.md b/tutorial/human_ecog.md index b54f36a05..77cc8c7f3 100644 --- a/tutorial/human_ecog.md +++ b/tutorial/human_ecog.md @@ -124,8 +124,9 @@ CRITICAL STEP To correctly fuse the MRI and CT scans at a later step, accuracy i cfg.coordsys = 'ctf'; ct_ctf = ft_volumerealign(cfg, ct); -**12**) Automatically convert the CT's coordinate system into an approximation of the ACPC coordinate system, the same system the anatomical MRI was aligned to. +**12**) Automatically convert the CT's coordinate system into an approximation of the ACPC coordinate system, the same system the anatomical MRI was aligned to. The call to **[ft_hastoolbox](/reference/utilities/ft_hastoolbox)** ensures that the required SPM toolbox is on the path. + ft_hastoolbox('spm12', 1); ct_acpc = ft_convert_coordsys(ct_ctf, 'acpc'); ### Fusion of the CT with the MRI