EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 64 forks source link

repeated labels in AAL ROI #101

Open ZhengL97 opened 3 years ago

ZhengL97 commented 3 years ago

Hi, I just using aal atlas with visbrain, and I just found there are two repeated labels in aal.npz, The code is

import numpy as np
aal = np.load('aal.npz', allow_pickle=True)
label = aal.f.labels

图片

ZhengL97 commented 3 years ago

I've got this new labels of AAL1 atlas https://drive.google.com/file/d/1g--nICxksa3Hzm8YjYyyrEzOzGR8dKIp/view?usp=sharing I failed to generate a ROI using AAL2 and AAL3, maybe someone wanna try?