neurospin / pypreprocess

Preprocessing scripts for neuro imaging
105 stars 66 forks source link

Add support for .mgz (from freesurfer, for example) #50

Open dohmatob opened 10 years ago

dohmatob commented 10 years ago

Add support for .mgz (from freesurfer, for example). The conversion should be done automatically by pypreprocess backend

GaelVaroquaux commented 10 years ago

Add support for .mgz (from freesurfer, for example). The conversion should be done automatically by pypreprocess backend

Not trivial, if I am not mistaken, as this is surface data, and thus will require the pipeline to work on the surface.

dohmatob commented 10 years ago

OK, so we don't really need this. Closing issue. Thanks for the remark.

agramfort commented 10 years ago

.mgz files contain volumes by default. It's like .nii files. It can although be used to store surface overlays (textures)

GaelVaroquaux commented 10 years ago

.mgz files contain volumes by default. It's like .nii files. It can although be used to store surface overlays (textures)

OK, my bad. So it would be nice to support them.

dohmatob commented 10 years ago

OK, reopening issue. Thanks for the remark @agramfort.