Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Support forum ARCHIVED – Please use Slack Channel instead’ is closed to new topics and replies.
Tagged: 3D plot
I am trying to generate the 3D plot in native space. I receive the error message printed below. My atlases matrix = 1. I was wondering if you could help me move past this step. I am using an anat (T2) file and a transverse MRI image post-op. Thanks so much.
Katherine
Undefined function or variable ‘ifv’.
Error in ea_genatlastable (line 395)
atlases.fv=ifv;
Error in ea_showatlas (line 57)
atlases=ea_genatlastable([],root,options,mifix);
Error in ea_elvis (line 209)
atlases=ea_showatlas(resultfig,elstruct,options);
Error in ea_write (line 38)
resultfig=ea_elvis(options);
Error in ea_autocoord (line 230)
ea_write(options)
Error in ea_run (line 95)
ea_autocoord(options);
Error in lead_dbs>run_button_Callback (line 250)
ea_run(‘run’,options);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in lead_dbs (line 43)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)lead_dbs(‘run_button_Callback’,hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
Hi Katherine,
a few thoughts:
1. did you normalize the subject before? It won’t work otherwise. Which normalization method did you use? ANTs?
2. does visualization of the atlas in MNI space with the electrodes work okay?
3. Is it an “official” atlas or a custom one you made? If the latter, please try visualizing a different atlas first.
4. Which OS do you work on (Win/Linux/Mac) and what Matlab version do you use?
Thanks!
Andy
Hi Andy,
I did normalize the subject. I used the ANTs method. Visualization of the atlas in MNI space looked pretty good. I am working in Windows 7 with Matlab 2016b.
Katherine
Okay, great!
Could you try and remove or rename the “atlases” folder inside your patient’s directory (the one you selected in lead-dbs) and try to visualize again?
Thanks!
HI Andy,
When I remove the atlases folder, a get an error message that comes up:
antsApplyTransforms.exe has stopped working.
The DBS leads show up on a blank screen.
Best,
Katherine