From 9902af3b811807b9ab59f10506f16e0e92b0a365 Mon Sep 17 00:00:00 2001 From: mwcole Date: Wed, 10 Oct 2018 12:39:15 -0400 Subject: [PATCH] Update to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92b0ad..ec489ee 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The partition across transaxial slices of the S1200 HCP average T1 image. - cortex_subcortex_parcel_network_assignments.txt - Same as the previous file, but in text format. - [LoadParcellatedDataInMatlab_Example.m](LoadParcellatedDataInMatlab_Example.m) - Example of how to parcellate CIFTI fMRI data and load it into MATLAB - [LoadParcellatedDataInMatlab_Example_cortexonly.m](LoadParcellatedDataInMatlab_Example_cortexonly.m) - Example of how to parcellate CIFTI fMRI data and load it into MATLAB, using cortical parcels only (no subcortical parcels) +- [LoadParcellatedDataInPython_Example.py](LoadParcellatedDataInPython_Example.py) - Example of how to parcellate CIFTI fMRI data and load it into Python - [LoadParcellatedDataInPython_Example_cortexonly.py](LoadParcellatedDataInPython_Example_cortexonly.py) - Example of how to parcellate CIFTI fMRI data and load it into Python, using cortical parcels only (no subcortical parcels) - network_labelfile.txt - The labels for each network, along with color information (RGBA value). - cortex_parcel_network_assignments.mat - A vector of numbers, one per cortical parcel, indicating which network that parcel was assigned to in the network partition (in MATLAB format). (Parcel order: L first, R second.)