From 4b270460c5ba87902a9f5f7b1a2840f88ac7240a Mon Sep 17 00:00:00 2001 From: Saad Jbabdi <saad@fmrib.ox.ac.uk> Date: Tue, 23 Oct 2012 12:40:14 +0000 Subject: [PATCH] fixed 'strand' typo again... --- fdt.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdt.tcl b/fdt.tcl index 51329a2..6b0a748 100644 --- a/fdt.tcl +++ b/fdt.tcl @@ -1037,7 +1037,7 @@ proc fdt:apply { w dialog } { fdt_monitor $w "${FSLDIR}/bin/convert_xfm -omat $diff2stand -concat $str2stand $diff2str" fdt_monitor $w "${FSLDIR}/bin/convert_xfm -omat $stand2diff -inverse $diff2stand" if { $registration(nonlin_yn) } { - fdt_monitor $w "${FSLDIR}/bin/fnirt --in=$registration(nonlin_image) --aff=$str2strand --cout=$str2stand_warp --config=T1_2_MNI152_2mm" + fdt_monitor $w "${FSLDIR}/bin/fnirt --in=$registration(nonlin_image) --aff=$str2stand --cout=$str2stand_warp --config=T1_2_MNI152_2mm" fdt_monitor $w "${FSLDIR}/bin/invwarp -w $str2stand_warp -o standard2str_warp -r ${diff}_mask" fdt_monitor $w "${FSLDIR}/bin/convertwarp -o $diff2stand_warp -r ${FSLDIR}/data/standard/MNI152_T1_2mm -m $diff2str -w $str2stand_warp" fdt_monitor $w "${FSLDIR}/bin/convertwarp -o $stand2diff_warp -r ${diff}_mask -w $stand2str_warp --postmat=$str2diff" -- GitLab