Skip to content
Snippets Groups Projects
Commit 9793e416 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent a1dc46f5
No related branches found
No related tags found
No related merge requests found
...@@ -6,21 +6,73 @@ ...@@ -6,21 +6,73 @@
User Guide - FDT version 1.0 User Guide - FDT version 1.0
<br><br>
<a href="fdt_intro.html" target="dynamic">Introduction</a> - <center>
<a href="fdt_pipeline.html" target="dynamic">Processing Pipeline</a> - <form target="dynamic">
<a href="fdt_eddy.html" target="dynamic">Eddy Current Correction</a> - <p><select name="section" size="1" language="javascript" target="dynamic" onChange="gotoPage(this.selectedIndex);">
<a href="fdt_dtifit.html" target="dynamic">DtiFit</a> - <option selected>----------Select Module-----------</option>
<a href="fdt_bedpost.html" target="dynamic">Bedpost</a> - <option>Introduction</option>
<a href="fdt_bedpost_parallel.html" target="dynamic">Parallelising Bedpost</a> - <option>Processing pipeline</option>
<a href="fdt_reg.html" target="dynamic">Registration</a> - <option>Eddy current correction</option>
<a href="fdt_probtrack.html" target="dynamic">Probtrack</a> - <option>DTIFit</option>
<a href="fdt_thresh.html" target="dynamic">proj_thresh</a> - <option>Bedpost</option>
<a href="fdt_biggest.html" target="dynamic">find_the_biggest</a> - <option>Parallelising Bedpost</option>
<a href="fdt_display.html" target="dynamic">displaying DWI images in fslview</a> - <option>Registration</option>
<a href="http://www.fmrib.ox.ac.uk/analysis/techrep/tr03tb1/tr03tb1/" target="dynamic">Overview of Local Diffusion <option>Probtrack</option>
Modelling used in FDT</a> <option>Proj_thresh</option>
<option>find_the_biggest</option>
<option>Displaying DW images in fslview </option>
<option>Overview of FDT theory </option>
</select></p>
</form>
</center>
<script language="JavaScript">
<!--
function gotoPage(varItem)
{
switch(varItem)
{
case 1:
window.top.dynamic.location="fdt_intro.html";
break;
case 2:
window.top.dynamic.location="fdt_pipeline.html";
break;
case 3:
window.top.dynamic.location="fdt_eddy.html";
break;
case 4:
window.top.dynamic.location="fdt_dtifit.html";
break;
case 5:
window.top.dynamic.location="fdt_bedpost.html";
break
case 6:
window.top.dynamic.location="fdt_bedpost_parallel";
break;
case 7:
window.top.dynamic.location="fdt_reg.html";
break;
case 8:
window.top.dynamic.location="fdt_probtrack.html";
break;
case 9:
window.top.dynamic.location="fdt_thresh.html";
break;
case 10:
window.top.dynamic.location="fdt_biggest.html";
break;
case 11:
window.top.dynamic.location="fdt_display.html";
break;
case 12:
window.top.dynamic.location="http://www.fmrib.ox.ac.uk/analysis/techrep/tr03tb1/tr03tb1/";
break;
}
}
// -->
</script>
<TD ALIGN=RIGHT><a href="../index.html" target="_top"><IMG BORDER=0 SRC="fdt_images/fsl-logo.jpg"></a> <TD ALIGN=RIGHT><a href="../index.html" target="_top"><IMG BORDER=0 SRC="fdt_images/fsl-logo.jpg"></a>
</TR></TABLE><hr></BODY></HTML> </TR></TABLE><hr></BODY></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