Mercurial > repos > greg > create_streamlines
comparison create_streamlines.py @ 13:ab72c2d00e5a draft
Uploaded
| author | greg |
|---|---|
| date | Thu, 30 Nov 2017 10:13:36 -0500 |
| parents | 883327c42970 |
| children | 68a58b26d6df |
comparison
equal
deleted
inserted
replaced
| 12:883327c42970 | 13:ab72c2d00e5a |
|---|---|
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 import argparse | 2 import argparse |
| 3 import os | 3 import os |
| 4 import shutil | 4 import shutil |
| 5 | 5 |
| 6 from dipy.data import read_stanford_hardi | |
| 6 from dipy.reconst import peaks, shm | 7 from dipy.reconst import peaks, shm |
| 7 from dipy.tracking import utils | 8 from dipy.tracking import utils |
| 8 from dipy.tracking.eudx import EuDX | 9 from dipy.tracking.eudx import EuDX |
| 9 from dipy.viz import fvtk | 10 from dipy.viz import fvtk |
| 10 from dipy.viz.colormap import line_colors | 11 from dipy.viz.colormap import line_colors |
