nipy / PySurfer

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

mri_parse_sdcmdir (equivalent) in pysurfer #127

Closed TheChymera closed 9 years ago

TheChymera commented 9 years ago

Hi guys, I would like to avoid using freesurfer for most of my neuroimaging processing needs. I was hopng PySurfer could help me out in sme cases. Does PySurfer have any equivalent for mri_parse_sdcmdir? I need this function to parse some dicom files that I want to convert to nifti.

mwaskom commented 9 years ago

Hi, No PySurfer is just for visualization. You could look at Nibabel, I think they have some ability to interact with DICOM files.

TheChymera commented 9 years ago

Thank you for the clarification.