berkeley-stat159 / project-kappa

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

sub_to_nii #25

Closed noelpimentel closed 8 years ago

noelpimentel commented 8 years ago

See #19

imranyousuf commented 8 years ago

Will work on this

imranyousuf commented 8 years ago

Done will push tonight

imranyousuf commented 8 years ago

I fixed the issue change the path of 'sub001' to '../../data/fmri_data/ds105/sub001' and it should work. for example if you want to run high_res.py add the following lines at the end: a,b = highRes_data('../../data/fmri_data/ds105/sub001', 'task001_run001') print(a.shape)

to run just to python high_res.py