From e3e9a19a4caddcec81f6debabb6847da51a7d4c7 Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Tue, 19 Oct 2004 12:44:09 +0000
Subject: [PATCH] *** empty log message ***

---
 eddy_correct | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eddy_correct b/eddy_correct
index 240a768..7dc1480 100644
--- a/eddy_correct
+++ b/eddy_correct
@@ -30,7 +30,7 @@ full_list=`${FSLDIR}/bin/imglob -oneperimage vol*`
 for i in $full_list ; do
     echo processing $i
     echo processing $i >> ${output}.ecclog
-    ${FSLDIR}/bin/flirt -in $i -ref $output -nosearch -o $i >> ${output}.ecclog
+    ${FSLDIR}/bin/flirt -in $i -ref $output -nosearch -o $i -paddingsize 1 >> ${output}.ecclog
 done
 
 avwmerge -t $output $full_list
-- 
GitLab