Re: [Freesurfer] .w file for freeview

2016-01-06 Thread peng
Thank you Douglas! On Wed, Jan 6, 2016 at 8:10 PM, Douglas N Greve wrote: > You can also use mri_surf2surf to convert it to mgh or curv format > > On 01/06/2016 02:03 PM, Bruce Fischl wrote: > > Hi Peng > > > > you can use read_wfile to read it into matlab, then save_mgh or > > MRIwrite to save

Re: [Freesurfer] .w file for freeview

2016-01-06 Thread peng
Thank you Bruce! On Wed, Jan 6, 2016 at 8:03 PM, Bruce Fischl wrote: > Hi Peng > > you can use read_wfile to read it into matlab, then save_mgh or MRIwrite > to save them in .mgz format. Note that you will need to make sure that the > vector you are writing is the correct length. The w-files can

Re: [Freesurfer] .w file for freeview

2016-01-06 Thread Bruce Fischl
oh, much easier. I didn't realize mri_surf2surf supported .w format Bruce On Wed, 6 Jan 2016, Douglas N Greve wrote: > You can also use mri_surf2surf to convert it to mgh or curv format > > On 01/06/2016 02:03 PM, Bruce Fischl wrote: >> Hi Peng >> >> you can use read_wfile to read it into matlab,

Re: [Freesurfer] .w file for freeview

2016-01-06 Thread Douglas N Greve
You can also use mri_surf2surf to convert it to mgh or curv format On 01/06/2016 02:03 PM, Bruce Fischl wrote: > Hi Peng > > you can use read_wfile to read it into matlab, then save_mgh or > MRIwrite to save them in .mgz format. Note that you will need to make > sure that the vector you are writ

Re: [Freesurfer] .w file for freeview

2016-01-06 Thread Bruce Fischl
Hi Peng you can use read_wfile to read it into matlab, then save_mgh or MRIwrite to save them in .mgz format. Note that you will need to make sure that the vector you are writing is the correct length. The w-files can be sparse (that is, every vertex doesn't have to have a value), but the .mg

[Freesurfer] .w file for freeview

2015-12-29 Thread peng
Hi Freesurfers, I tried to overlay .w file onto a surface, and failed. I dug the previous posts and know this file format is obsolete now. However I wish to know in which version of freeview can I still use this file format, if possible. It will be great if you can provide the link for it. If t