This project explores the Human Connectome Project dataset using latest libraries and software (as of September 2022).
- The prfresults notebook is the main file, which contains analysis and graphs related to study the structural mapping of visual receptive fields in the occipital lobe.
- The utils file defined the
HCP_S3
class that can be used to explore and download datasets from the HCP AWS S3 buckets neatly. - The playground notebook shows a minimal example of using the
HCP_S3
class.