forked from ecaruyer/phantomas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (29 loc) · 1.01 KB
/
README
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
30
31
32
33
34
35
36
37
38
39
Phantomas
=========
Phantomas (http://www.emmanuelcaruyer.com/phantomas.php) is an open-source
software library for the creation of realistic phantoms in diffusion MRI.
This is intented as a tool for the validation of methods in acquisition,
signal and image processing, local reconstruction and fiber tracking in
diffusion MRI. Phantomas is released under the terms of the revised BSD
license. You should have received a copy of the license together with the
software, please refer to the file ''LICENSE''.
Dependencies
------------
Phantomas is written in Python with parts in C. You will need Python 2.7,
and Cython installed on your computer.
Besides, Phantomas depends on:
- numpy,
- scipy,
- scikits-sparse
Optionally, you may also need:
- vtk,
- matplotlib.
Build instructions
------------------
Under linux, simply run (as root)
# python setup.py install
Getting started
---------------
Phantomas provides a number of scripts, and examples. The main script is
phantomas_dwis. For more info, type:
$ phantomas_dwis -h