Skip to content
Snippets Groups Projects
Commit 4024e8a5 authored by Stephen Smith's avatar Stephen Smith
Browse files

removed reference to Talairach

parent 94c3250f
No related branches found
No related tags found
No related merge requests found
...@@ -91,10 +91,10 @@ Option<string> outmean(string("--omean"), string(""), ...@@ -91,10 +91,10 @@ Option<string> outmean(string("--omean"), string(""),
string("filename for output of mean image"), string("filename for output of mean image"),
false, requires_argument); false, requires_argument);
Option<string> transformname(string("-x,--xfm"), string(""), 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); false, requires_argument);
Option<string> talvolname(string("--talvol"), string(""), Option<string> talvolname(string("--talvol"), string(""),
string("filename for talairach volume"), string("filename for standard-space volume"),
false, requires_argument); false, requires_argument);
......
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
if [ "$2" = "" ] ; then if [ "$2" = "" ] ; then
echo "<HTML><TITLE>Cluster List</TITLE><BODY BACKGROUND=\"file:${FSLSLASH}$FSLDIR/doc/images/fsl-bg.jpg\">" > $1.html 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 "<H1>Cluster List</H1>" >> $1.html
echo "<table border=3 cellspacing=3>" >> $1.html echo "<table border=3 cellspacing=3>" >> $1.html
...@@ -47,7 +47,7 @@ if [ "$2" = "" ] ; then ...@@ -47,7 +47,7 @@ if [ "$2" = "" ] ; then
echo "</BODY></HTML>" >> $1.html echo "</BODY></HTML>" >> $1.html
else 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 echo "<CENTER><hr>Co-ordinate information for $1 - " >> $1_tal.html
if [ -f $1.html ] ; then if [ -f $1.html ] ; then
echo "<A HREF=\"$1.html\">voxel-space version</A> - " >> $1_tal.html echo "<A HREF=\"$1.html\">voxel-space version</A> - " >> $1_tal.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment