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];
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
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
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