From 4024e8a558fb23ca3ffff7fc4fcc03d7331f9490 Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Thu, 16 Feb 2006 09:38:48 +0000
Subject: [PATCH] removed reference to Talairach

---
 cluster.cc   | 4 ++--
 cluster2html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cluster.cc b/cluster.cc
index d022144..6607bb0 100644
--- a/cluster.cc
+++ b/cluster.cc
@@ -91,10 +91,10 @@ Option<string> outmean(string("--omean"), string(""),
 		       string("filename for output of mean image"),
 		       false, requires_argument);
 Option<string> transformname(string("-x,--xfm"), string(""),
-		       string("filename for transform of input->talairach volume"),
+		       string("filename for transform of input->standard-space volume"),
 		       false, requires_argument);
 Option<string> talvolname(string("--talvol"), string(""),
-		       string("filename for talairach volume"),
+		       string("filename for standard-space volume"),
 		       false, requires_argument);
 
 
diff --git a/cluster2html b/cluster2html
index ee1dd6a..e3d1b09 100755
--- a/cluster2html
+++ b/cluster2html
@@ -26,7 +26,7 @@ fi
 
 if [ "$2" = "" ] ; then
     echo "<HTML><TITLE>Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1.html
-    echo "<CENTER><hr>Co-ordinate information for $1 - <A HREF=\"$1_tal.html\">Talairach-space version</A> (if present) - <A HREF=\"report.html\">back</A> to main FEAT report<hr>" >> $1.html
+    echo "<CENTER><hr>Co-ordinate information for $1 - <A HREF=\"$1_tal.html\">Standard-space version</A> (if present) - <A HREF=\"report.html\">back</A> to main FEAT report<hr>" >> $1.html
 
     echo "<H1>Cluster List</H1>" >> $1.html
     echo "<table border=3 cellspacing=3>" >> $1.html
@@ -47,7 +47,7 @@ if [ "$2" = "" ] ; then
 
     echo "</BODY></HTML>" >> $1.html
 else
-    echo "<HTML><TITLE>Talairach-Space Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1_tal.html
+    echo "<HTML><TITLE>Standard-Space Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1_tal.html
     echo "<CENTER><hr>Co-ordinate information for $1 - " >> $1_tal.html
     if [ -f $1.html ] ; then
 	echo "<A HREF=\"$1.html\">voxel-space version</A> - " >> $1_tal.html
-- 
GitLab