Closed qihongl closed 6 years ago
num_voxel
in the config is the number of voxels selected for prediction analysis, not the number of voxels included in ROIs. In the analysis, we selected voxels showing the highest correlation with the target variable (visual features) in the training image sessions (500 voxels for V1-V4, LOC, and FFA, PPA; 1000 for LVC, HVC, and VC; please see 'ROI selection' in the original paper).
I see! Thank you very much!
I just have another quick question: Is this the correct way of extracting brain data from a particular ROI? If I run the following code, by checking the shape of X, the number of voxels in 'HVC' is 2049. However, according to the
config
file,num_voxel['HVC']
is 1000. Am I misunderstanding something?Thank you very much in advance!