Skip to content

Releases: c14h19no2/sunvs

Bug fix and manual update

02 Mar 01:15
Compare
Choose a tag to compare

Please note that the function cat_surf_render in the CAT12 toolbox could not proceed with the gifti files with cdata which is in file_array format properly. I have submitted this issue to Gaser.

A simple way to solve this problem is to insert one line between two lines in function cat_surf_render:

    M.cdata = [M.cdata;Mt.cdata]; % line 248
    M.cdata = double(M.cdata); % INSERT HERE!!!
    labelmapclim = [min(M.cdata),max(M.cdata)]; % line 249

In different versions of CAT12 these two lines have different positions. So please Ctrl/cmd + F to find these two lines and then insert the code.

Then it would work all well.

SUNVS - A Surface-based Brain Network Viewer Toolbox

21 Jan 03:45
3342d52
Compare
Choose a tag to compare

A new trip to brain surface.

Website: https://github.com/c14h19no2/SUNVS

DOI: 10.5281/zenodo.4044779

I am pleasure if you'd like to cite me as follows: Wang, Ningkai. (2020). c14h19no2/SUNVS - A Surface-based Brain Network Viewer Toolbox. Zenodo. doi:10.5281/zenodo.4044779