|
Size: 833
Comment:
|
Size: 1018
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| '''Index''' [[Table of Contents(2)]] |
== How to Run == |
| Line 9: | Line 8: |
| == How to Use == | ''''' Note by running the executable with no parameters will also give information on how to run the program ''''' |
| Line 11: | Line 10: |
| Usage: ./runProject.sh <Patient File> <OPTION: DTI> |
=== Full Program === |
| Line 14: | Line 12: |
| DTI is an option that allows more metrics about the FA values to be outputted, however the required files must be in the proper location. Check file requirements below. | Usage: ./runProject.sh <Patient File> <OPTION: DTI> |
| Line 16: | Line 14: |
| === File Requirements === | DTI is an option that allows more metrics about the FA values to be outputted based on 4 volumes |
| Line 18: | Line 16: |
| Requires a subject's file to look like this: | '' If specific files are wanted to be used or files cannot be found, run the programs individually (read below) '' |
| Line 20: | Line 18: |
| EXAMPLES OF THE FILE SYSTEM | === Individually === |
| Line 22: | Line 20: |
| For DTI, the folder must look like this: | ==== Group by Endpoints ==== |
| Line 24: | Line 22: |
| EXAMPLES OF THE DTI FILE | Usage: ./groupByEndpoints -s <streamlineFile> -i <imageFile> -d <outputDirectory> |
| Line 26: | Line 24: |
| ''''' Please note that the file names are case sensitive for the surface and volumes ''''' | The program will take in a streamline file and an image file, cluster the streamlines, and output TRK files to the output directory ==== Extract Surface Measurements ==== |
U-Shape Bundle Analysis
Note: all of the source code can be found on the "dmri" branch on the Freesurfer Github page. The link can be found here: https://github.com/freesurfer/freesurfer/tree/dmri/anatomicuts
How to Run
Note by running the executable with no parameters will also give information on how to run the program
Full Program
Usage: ./runProject.sh <Patient File> <OPTION: DTI>
DTI is an option that allows more metrics about the FA values to be outputted based on 4 volumes
If specific files are wanted to be used or files cannot be found, run the programs individually (read below)
Individually
Group by Endpoints
Usage: ./groupByEndpoints -s <streamlineFile> -i <imageFile> -d <outputDirectory>
The program will take in a streamline file and an image file, cluster the streamlines, and output TRK files to the output directory
