-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
executable file
·30 lines (22 loc) · 1.01 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-----------------------------------------------------
Asymmetric fibre orientation distributions (aFODs)
Matteo Bastiani, FMRIB
Michiel Cottaar, FMRIB
Paul McCarthy, FMRIB
May 2018
-----------------------------------------------------
Library that allows the estimation of asymmetric FODs from diffusion
MRI data.
If you use this package in your work, please cite the following article:
Bastiani, M., Cottaar, M., Dikranian, K., Ghosh, A., Zhang, H., Alexander, D.C., Behrens, T.E., Jbabdi, S., Sotiropoulos, S.N., 2017. Improved tractography using asymmetric fibre orientation distributions. Neuroimage 158, 205-218.
Installation
------------
The package can be installed using the setup.py file provided by running:
python setup.py install
or using pip.
-------------------------------------------
Tutorial
-------------------------------------------
A jupyter-notebook (http://jupyter.org) file is included in the repository:
aFOD/tutorial/afod_tutorial.ipynb
explaining the different steps needed to estimate aFODs.