help
help > Importing .annot ROIs
Oct 8, 2015 06:10 PM | Stephen Bailey
Importing .annot ROIs
Hey all -
I would like to import some Freesurfer ROIs at the subject level, but I am encountering an error in 'conn_annot2nii'. The error is in line 50:
>>> data=[log.data{ifile(1)}(:) log.data{ifile(2)}(:)];
>>> Error using horzcat
>>> Dimensions of matrices being concatenated are not consistent.
From what I can tell, the program is trying to merge a vector of LH vertices (e.g. 136,000 vertices) with the vector of RH vertices (e.g. 135,000) vertices, and there is a dimension mismatch. Does anyone know how to address this?
Thanks!
Stephen
I would like to import some Freesurfer ROIs at the subject level, but I am encountering an error in 'conn_annot2nii'. The error is in line 50:
>>> data=[log.data{ifile(1)}(:) log.data{ifile(2)}(:)];
>>> Error using horzcat
>>> Dimensions of matrices being concatenated are not consistent.
From what I can tell, the program is trying to merge a vector of LH vertices (e.g. 136,000 vertices) with the vector of RH vertices (e.g. 135,000) vertices, and there is a dimension mismatch. Does anyone know how to address this?
Thanks!
Stephen
Threaded View
| Title | Author | Date |
|---|---|---|
| Stephen Bailey | Oct 8, 2015 | |
| Stephen Bailey | Oct 8, 2015 | |
| Thinh Nguyen | Nov 30, 2015 | |
| Alfonso Nieto-Castanon | Nov 30, 2015 | |
