ljchang / dartbrains

This repository is a Python package with all of the functions and python libraries required for the Dartmouth fMRI Analysis Course taught by Prof Luke Chang, PhD.
https://dartbrains.org/
108 stars 34 forks source link

Missing files #46

Open JChan228 opened 2 years ago

JChan228 commented 2 years ago

I tried to follow the data analysis step by step, but the FILE "fmriprep" in "data/preproc/fmriprep" for separating signal from noise with ICA section, and FILE "localizer" in ".../data/localizer" for Introduction to neuroimaging data" were missing, so I am not able to get practice. Is there any issue with that or where I could find these files? Thanks!

ljchang commented 2 years ago

Sorry, some of the notebooks are designed to work with the class jupyter server, where I have more control over where the data is located. You will have to change the path to wherever you downloaded the data. If you haven't downloaded the data, there is more info about that on our askpbs.org site

JChan228 commented 2 years ago

I have downloaded the data but the data I was looking for were not existed inside the data file. I have also tried to run the data through Colab, it ran an error about no module named XXX. Is there any other ways to get access to the data? Thanks!