Re: [Freesurfer] mris_convert error in finding file: fread error

2018-01-02 Thread Douglas N Greve
Actually, you might be able to do it this way. first, combine the surfaces with mris_convert --combinesurfs lh.white rh.white lh+rh.white next, combine the overlays in matlab, something like lh = MRIread('lh.overlay.mgz'); rh = MRIread('rh.overlay.mgz'); lhrh = lh; lhrh.vol = [lh.vol rh.vol];

Re: [Freesurfer] mris_convert error in finding file: fread error

2018-01-02 Thread Douglas Greve
Hi Joao, please remember to send to the list. We don't have anything to merge two hemis together. Manybe the other software has this functionality. On 1/2/18 11:11 AM, João V. Dornas wrote: Hi Douglass, thank you for your response. I created two surfaces overlay files like this: lh.mgz rh.m

Re: [Freesurfer] mris_convert error in finding file: fread error

2018-01-01 Thread Douglas Greve
I'm not sure what that flag does, but you have to pass it surface files, not mgz files On 1/1/18 1:22 AM, João V. Dornas wrote: Dear Friend, I am trying to run this command using the last version of Freesurfer: mris_convert --combinesurfs my-left-surface.mgz my-right-surface.mgz lh.rh.asc

[Freesurfer] mris_convert error in finding file: fread error

2017-12-31 Thread João V . Dornas
Dear Friend, I am trying to run this command using the last version of Freesurfer: mris_convert --combinesurfs my-left-surface.mgz my-right-surface.mgz lh.rh.asc But I receive this error: No such file or directory freadFloat: fread failed The input data file are inside the root directory. I t