Hi developers, I am using the workbench to display a metric file. This metric is in fsaverage5 space, with 10242 vertex in left hemisphere and 10242 vertex in the right hemisphere.
I calculated this metric using Matlab, so I have two 10242*1 vectors. I used the following commands to create gifti files. V_lh=gifti; V_lh.cdata=data_left; save(V_lh, 'data_lh.func.gii'); V_rh=gifti; V_rh.cdata=data_right; save(V_rh, 'data_rh.func.gii'); Then, I used the workbench to display these two files. It works. However, I have two problems here. (1) I have to first import left hemisphere data and then import right hemisphere data. (2) Each time when I import a file, a dialog (as below) appeared to ask me to select if the file is left or right. [image: Screen Shot 2019-01-12 at 4.50.48 PM.png] These two operations need manual operations. As I have a lot of files to be displayed, this is a lot of work. So, I wonder if I can merge the two files (left and right) into one file? And also specify the hemisphere information in the file, so this dialog will not be displayed. Thank you so much for developing this amazing software and any possible help. Best wishes - Zaixu _______________________________________________ HCP-Users mailing list HCP-Users@humanconnectome.org http://lists.humanconnectome.org/mailman/listinfo/hcp-users