comparison dmri.py @ 32:221c1fe8be2c draft

Uploaded
author greg
date Thu, 30 Nov 2017 09:46:09 -0500
parents 6c1fd6d2c07e
children b4c65a54aa7d
comparison
equal deleted inserted replaced
31:e9bb4e93202a 32:221c1fe8be2c
2 import argparse 2 import argparse
3 import os 3 import os
4 import shutil 4 import shutil
5 5
6 from dipy.core.gradients import gradient_table 6 from dipy.core.gradients import gradient_table
7 from dipy.data import fetch_sherbrooke_3shell, fetch_stanford_hardi 7 from dipy.data import fetch_sherbrooke_3shell, fetch_stanford_hardi, read_stanford_labels
8 from dipy.io import read_bvals_bvecs 8 from dipy.io import read_bvals_bvecs
9 from matplotlib import pyplot 9 from matplotlib import pyplot
10 10
11 import nibabel 11 import nibabel
12 12