nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

Generate Surface file from asegstats #170

Closed transpersonify closed 7 years ago

transpersonify commented 7 years ago

Hello, I have been visualizing the resting state correlations using nifti files till now. However, I have a new functional connectivity data for which I have only these files available:

  1. Text files containing freesurfer aseg stats data for each subject generated through this command.
  2. Co-ordinates and name for 68 ROIs from Desikan-Killiany atlas.
  3. Correlation values between each ROI pairs.

Is it possible to generate surface representation similar to this using this information?

mwaskom commented 7 years ago

I think you want to do something like this: http://pysurfer.github.io/examples/plot_parc_values.html

transpersonify commented 7 years ago

Yes this is exactly what I wanted to do. Thanks ! Closing the issue.