├── .gitattributes ├── .gitignore ├── README.md ├── development ├── build_icosa.m ├── icosahedron_nodes.m ├── make_icosahedron.m ├── make_sphere.m ├── rotate_transform2.m ├── shift_theta.m ├── spherical_angle_ed.m ├── spherical_to_rectangular.m ├── splat.m ├── surf_icosahedron.m └── surf_makeIndexVol.m ├── standard_mesh └── resample_fsaverage │ ├── fs_LR-deformed_to-fsaverage.L.sphere.164k_fs_LR.surf.gii │ ├── fs_LR-deformed_to-fsaverage.L.sphere.32k_fs_LR.surf.gii │ ├── fs_LR-deformed_to-fsaverage.L.sphere.59k_fs_LR.surf.gii │ ├── fs_LR-deformed_to-fsaverage.R.sphere.164k_fs_LR.surf.gii │ ├── fs_LR-deformed_to-fsaverage.R.sphere.32k_fs_LR.surf.gii │ └── fs_LR-deformed_to-fsaverage.R.sphere.59k_fs_LR.surf.gii ├── surf_affine_transform.m ├── surf_cross_section.m ├── surf_getGiftiAnatomicalStruct.m ├── surf_getGiftiColumnNames.m ├── surf_getcSPM.m ├── surf_groupGiftis.m ├── surf_makeFuncGifti.m ├── surf_makeLabelGifti.m ├── surf_resampleMetric.m ├── surf_resamplePaint.m ├── surf_resliceFS2WB.m ├── surf_smooth.m └── surf_vol2surf.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/README.md -------------------------------------------------------------------------------- /development/build_icosa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/build_icosa.m -------------------------------------------------------------------------------- /development/icosahedron_nodes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/icosahedron_nodes.m -------------------------------------------------------------------------------- /development/make_icosahedron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/make_icosahedron.m -------------------------------------------------------------------------------- /development/make_sphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/make_sphere.m -------------------------------------------------------------------------------- /development/rotate_transform2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/rotate_transform2.m -------------------------------------------------------------------------------- /development/shift_theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/shift_theta.m -------------------------------------------------------------------------------- /development/spherical_angle_ed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/spherical_angle_ed.m -------------------------------------------------------------------------------- /development/spherical_to_rectangular.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/spherical_to_rectangular.m -------------------------------------------------------------------------------- /development/splat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/splat.m -------------------------------------------------------------------------------- /development/surf_icosahedron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/surf_icosahedron.m -------------------------------------------------------------------------------- /development/surf_makeIndexVol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/development/surf_makeIndexVol.m -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.164k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.164k_fs_LR.surf.gii -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.59k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.L.sphere.59k_fs_LR.surf.gii -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.164k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.164k_fs_LR.surf.gii -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.32k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.32k_fs_LR.surf.gii -------------------------------------------------------------------------------- /standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.59k_fs_LR.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/standard_mesh/resample_fsaverage/fs_LR-deformed_to-fsaverage.R.sphere.59k_fs_LR.surf.gii -------------------------------------------------------------------------------- /surf_affine_transform.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_affine_transform.m -------------------------------------------------------------------------------- /surf_cross_section.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_cross_section.m -------------------------------------------------------------------------------- /surf_getGiftiAnatomicalStruct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_getGiftiAnatomicalStruct.m -------------------------------------------------------------------------------- /surf_getGiftiColumnNames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_getGiftiColumnNames.m -------------------------------------------------------------------------------- /surf_getcSPM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_getcSPM.m -------------------------------------------------------------------------------- /surf_groupGiftis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_groupGiftis.m -------------------------------------------------------------------------------- /surf_makeFuncGifti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_makeFuncGifti.m -------------------------------------------------------------------------------- /surf_makeLabelGifti.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_makeLabelGifti.m -------------------------------------------------------------------------------- /surf_resampleMetric.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_resampleMetric.m -------------------------------------------------------------------------------- /surf_resamplePaint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_resamplePaint.m -------------------------------------------------------------------------------- /surf_resliceFS2WB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_resliceFS2WB.m -------------------------------------------------------------------------------- /surf_smooth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_smooth.m -------------------------------------------------------------------------------- /surf_vol2surf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DiedrichsenLab/surfAnalysis/HEAD/surf_vol2surf.m --------------------------------------------------------------------------------