├── .gitattributes ├── .gitignore ├── Glasser_labels.csv ├── LICENSE ├── README.md ├── example.m ├── functions ├── correlate_surface.m ├── cortsurfl.m ├── cortsurfr.m ├── glasserize_cifti.m ├── glasserize_nifti.m ├── glasserize_surface.m ├── inferno.m ├── pathfindr.m ├── sphere_rotate.m ├── surface_project.m └── surface_project_raw.m ├── mvals.csv ├── spin_test_overview.png ├── support_files ├── Glasser_atlas.dlabel.nii ├── ResultsRegions_ROI.dlabel.nii ├── S1200.L.flat_MSMAll.32k_fs_LR.surf.gii ├── S1200.L.inflated_MSMAll.32k_fs_LR.surf.gii ├── S1200.L.midthickness_MSMAll.32k_fs_LR.surf.gii ├── S1200.L.sphere_MSMAll.32k_fs_LR.surf.gii ├── S1200.L.very_inflated_MSMAll.32k_fs_LR.surf.gii ├── S1200.MyelinMap.dscalar.nii ├── S1200.R.flat_MSMAll.32k_fs_LR.surf.gii ├── S1200.R.inflated_MSMAll.32k_fs_LR.surf.gii ├── S1200.R.midthickness_MSMAll.32k_fs_LR.surf.gii ├── S1200.R.sphere_MSMAll.32k_fs_LR.surf.gii ├── S1200.R.very_inflated_MSMAll.32k_fs_LR.surf.gii ├── S1200.thickness_MSMAll.32k_fs_LR.dscalar.nii ├── Wang_atlas.dlabel.nii └── gifti-1.6 │ ├── @gifti │ ├── Contents.m │ ├── display.m │ ├── export.m │ ├── fieldnames.m │ ├── gifti.m │ ├── isfield.m │ ├── plot.m │ ├── private │ │ ├── Makefile │ │ ├── Makefile.var │ │ ├── base64decode.m │ │ ├── base64encode.m │ │ ├── getdict.m │ │ ├── isintent.m │ │ ├── miniz.c │ │ ├── mvtk_write.m │ │ ├── read_freesurfer_file.m │ │ ├── read_gifti_file_standalone.m │ │ ├── xml_parser.m │ │ ├── zstream.c │ │ └── zstream.m │ ├── save.m │ ├── saveas.m │ ├── struct.m │ ├── subsasgn.m │ └── subsref.m │ ├── GPL │ ├── LICENCE │ └── README ├── surface_projection_overview.png ├── tvals.csv └── volumetric └── CHRNB3.nii /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.asv 2 | -------------------------------------------------------------------------------- /Glasser_labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/Glasser_labels.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/README.md -------------------------------------------------------------------------------- /example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/example.m -------------------------------------------------------------------------------- /functions/correlate_surface.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/correlate_surface.m -------------------------------------------------------------------------------- /functions/cortsurfl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/cortsurfl.m -------------------------------------------------------------------------------- /functions/cortsurfr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/cortsurfr.m -------------------------------------------------------------------------------- /functions/glasserize_cifti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/glasserize_cifti.m -------------------------------------------------------------------------------- /functions/glasserize_nifti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/glasserize_nifti.m -------------------------------------------------------------------------------- /functions/glasserize_surface.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/glasserize_surface.m -------------------------------------------------------------------------------- /functions/inferno.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/inferno.m -------------------------------------------------------------------------------- /functions/pathfindr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/pathfindr.m -------------------------------------------------------------------------------- /functions/sphere_rotate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/sphere_rotate.m -------------------------------------------------------------------------------- /functions/surface_project.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/surface_project.m -------------------------------------------------------------------------------- /functions/surface_project_raw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/functions/surface_project_raw.m -------------------------------------------------------------------------------- /mvals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/mvals.csv -------------------------------------------------------------------------------- /spin_test_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/spin_test_overview.png -------------------------------------------------------------------------------- /support_files/Glasser_atlas.dlabel.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/Glasser_atlas.dlabel.nii -------------------------------------------------------------------------------- /support_files/ResultsRegions_ROI.dlabel.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/ResultsRegions_ROI.dlabel.nii -------------------------------------------------------------------------------- /support_files/S1200.L.flat_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.L.flat_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.L.inflated_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.L.inflated_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.L.midthickness_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.L.midthickness_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.L.sphere_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.L.sphere_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.L.very_inflated_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.L.very_inflated_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.MyelinMap.dscalar.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.MyelinMap.dscalar.nii -------------------------------------------------------------------------------- /support_files/S1200.R.flat_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.R.flat_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.R.inflated_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.R.inflated_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.R.midthickness_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.R.midthickness_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.R.sphere_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.R.sphere_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.R.very_inflated_MSMAll.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.R.very_inflated_MSMAll.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /support_files/S1200.thickness_MSMAll.32k_fs_LR.dscalar.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/S1200.thickness_MSMAll.32k_fs_LR.dscalar.nii -------------------------------------------------------------------------------- /support_files/Wang_atlas.dlabel.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/Wang_atlas.dlabel.nii -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/Contents.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/display.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/export.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/export.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/fieldnames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/fieldnames.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/gifti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/gifti.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/isfield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/isfield.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/plot.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/Makefile -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/Makefile.var: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/Makefile.var -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/base64decode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/base64decode.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/base64encode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/base64encode.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/getdict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/getdict.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/isintent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/isintent.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/miniz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/miniz.c -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/mvtk_write.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/mvtk_write.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/read_freesurfer_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/read_freesurfer_file.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/read_gifti_file_standalone.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/read_gifti_file_standalone.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/xml_parser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/xml_parser.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/zstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/zstream.c -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/private/zstream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/private/zstream.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/save.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/save.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/saveas.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/saveas.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/struct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/struct.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/subsasgn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/subsasgn.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/@gifti/subsref.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/@gifti/subsref.m -------------------------------------------------------------------------------- /support_files/gifti-1.6/GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/GPL -------------------------------------------------------------------------------- /support_files/gifti-1.6/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/LICENCE -------------------------------------------------------------------------------- /support_files/gifti-1.6/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/support_files/gifti-1.6/README -------------------------------------------------------------------------------- /surface_projection_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/surface_projection_overview.png -------------------------------------------------------------------------------- /tvals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/tvals.csv -------------------------------------------------------------------------------- /volumetric/CHRNB3.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rudyvdbrink/Surface_projection/HEAD/volumetric/CHRNB3.nii --------------------------------------------------------------------------------