berkeley-stat159 / project-kappa

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

Preprocessing: Smoothing, masking, filtered data #59

Closed gcescobar13 closed 8 years ago

gcescobar13 commented 8 years ago

built a function that takes two arguments: the subject and a run. The function applies the mask and returns a 2d array, voxel x time. By masking, we significantly shrink the number of features.

you will need to install 'nilearn' in order to run the script. you can install nilearn by running the following command in a command prompt: pip install -U --pre --user nilearn