Closed noelpimentel closed 8 years ago
Will work on this
Done will push tonight
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
See #19