├── .datalad ├── .gitattributes └── config ├── .gitattributes ├── CHANGES ├── LICENSE ├── template_description.json ├── tpl-onavg_hemi-L_den-10k_sphere.surf.gii ├── tpl-onavg_hemi-L_den-164k_sphere.surf.gii ├── tpl-onavg_hemi-L_den-41k_sphere.surf.gii ├── tpl-onavg_hemi-L_den-655k_sphere.surf.gii ├── tpl-onavg_hemi-R_den-10k_sphere.surf.gii ├── tpl-onavg_hemi-R_den-164k_sphere.surf.gii ├── tpl-onavg_hemi-R_den-41k_sphere.surf.gii └── tpl-onavg_hemi-R_den-655k_sphere.surf.gii /.datalad/.gitattributes: -------------------------------------------------------------------------------- 1 | config annex.largefiles=nothing 2 | -------------------------------------------------------------------------------- /.datalad/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/.datalad/config -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/.gitattributes -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/CHANGES -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/LICENSE -------------------------------------------------------------------------------- /template_description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/template_description.json -------------------------------------------------------------------------------- /tpl-onavg_hemi-L_den-10k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-L_den-10k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-L_den-164k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-L_den-164k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-L_den-41k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-L_den-41k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-L_den-655k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-L_den-655k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-R_den-10k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-R_den-10k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-R_den-164k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-R_den-164k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-R_den-41k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-R_den-41k_sphere.surf.gii -------------------------------------------------------------------------------- /tpl-onavg_hemi-R_den-655k_sphere.surf.gii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/feilong/tpl-onavg/HEAD/tpl-onavg_hemi-R_den-655k_sphere.surf.gii --------------------------------------------------------------------------------