From 1a33bd40caa44fe55f7357c22d93fd251c3f08bb Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Wed, 1 Jul 2009 16:57:39 +0000
Subject: [PATCH] struct_brain

---
 doc/fdt_surface.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/fdt_surface.html b/doc/fdt_surface.html
index 31e9b79..7e5a998 100644
--- a/doc/fdt_surface.html
+++ b/doc/fdt_surface.html
@@ -36,17 +36,17 @@ tkregister2 --mov $SUBJECTS_DIR/john/mri/orig.mgz --targ $SUBJECTS_DIR/john/mri/
 convert_xfm -omat struct2freesurfer.mat -inverse freesurfer2struct.mat
 </code>
 <br><br>
-Now for transforming FA to struct, we can either calculate a linear transformation (with FLIRT), or a nonlinear warpfield (with FNIRT). This second option is only recommended when the FA data is of good quality (e.g. at least 2mm isotropic resolution).<br>
+Now for transforming FA to struct, we can either calculate a linear transformation (with FLIRT), or a nonlinear warpfield (with FNIRT). This second option is only recommended when the FA data is of good quality (e.g. at least 2mm isotropic resolution). The structural image needs to be brain extracted (e.g. with BET), and we assume it is called <code>struct_brain.nii.gz</code><br>
 Alignment using FLIRT:<br><br>
 <code>
-flirt -in dti_FA -ref struct -omat fa2struct.mat <br>
+flirt -in dti_FA -ref struct_brain -omat fa2struct.mat <br>
 convert_xfm -omat struct2fa.mat -inverse fa2struct.mat
 </code>
 <br><br>
 And using FNIRT (still need to run FLIRT first!):<br><br>
 <code>
-flirt -in dti_FA -ref struct -omat fa2struct.mat <br>
-fnirt --in=dti_FA --ref=struct --aff=fa2struct.mat --cout=fa2struct_warp
+flirt -in dti_FA -ref struct_brain -omat fa2struct.mat <br>
+fnirt --in=dti_FA --ref=struct_brain --aff=fa2struct.mat --cout=fa2struct_warp
 invwarp -w fa2struct_warp -o struct2fa_warp -r dti_FA
 </code>
 <br><br>
-- 
GitLab