External Email - Use Caution
Hello Freesurfer experts,
I recently upgraded to Freesurfer 7.1. Many nice changes so thanks for that.
I often work with merged gifti files and the previous stable version of Freesurfer/Freeview (6.0) had no issue with them. Now, Freeview can view my unmerged overlays but not the merged ones. I get this error:
Number of vertices in overlay data (1 or 1) does not match with
surface (327684).
The (very simple) matlab code used for merging giftis is here:
https://github.com/viscog-cmu/bids_gen/blob/master/merge_fs_hemi_overlays.m
. It simply concatenates left and right overlays into a single
one which i plot on a merged surface.