this is a set of scripts that will process nsd fmri data, mask in a set of regions of interest along the ventral stream, compute representational dissimilarity matrices from all pairs condition activity patterns, and finally plot the TSNE two-dimensional solutions for those RDMs.
python setupy.py develop
this will install the package and all other required packages.
pip install git+https://github.com/tknapen/nsd_access.git
nsd_access is a convenient tool for quickly and easily accessing data from the Natural Scenes Dataset. For more details and tutorials see the repo here: https://github.com/tknapen/nsd_access
It might be worth familiarising yourself with the Natural Scenes Dataset before you begin too. You can do so with the NSD Data Manual
python nsd_prepare_category_labels.py
python nsd_prepare_rois_rdms.py 0
this will prepare RDMs for all the ROIs for subject 0, which is in fact NSD subj01.
python nsd_plot_tsne.py 0
this will create a series of plots from the paper, for subj01.