Skip to content

Instantly share code, notes, and snippets.

@margulies
Created April 22, 2020 12:47
Show Gist options
  • Save margulies/771eb2aae3e0279e121a41e021535387 to your computer and use it in GitHub Desktop.
Save margulies/771eb2aae3e0279e121a41e021535387 to your computer and use it in GitHub Desktop.
# run the following conversion for each individual left and right hemisphere matrix separately
# convert matrices to nifti1:
wb_command -cifti-convert -to-nifti input.dconn.nii output.nii
# convert matrices to vista:
# after install lipsia:
export dir=[directory with data]
docker run -v ${dir}:${dir} lipsia vnifti -in ${dir}/output.nii -out ${dir}/output.v
# Then run vted as described in the github documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment