Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Support forum ARCHIVED – Please use Slack Channel instead’ is closed to new topics and replies.
Hi,
The PaCER method for pre-reconstruction of electrode trajectories gives the following message (TRAC/CORE method works fine):
Thanks,
Vinny
ans =
rpostop_ct.nii
Undefined function or variable ‘PaCER’.
Error in ea_autocoord (line 184)
elecmodels=PaCER([options.root,options.patientname,filesep,options.prefs.ctnii_coregistered],’finalDegree’,1,’electrodeType’,ea_mod2pacermod(options.elmodel));
Error in ea_run (line 95)
ea_autocoord(options);
Error in lead_dbs>run_button_Callback (line 201)
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 Vinny,
the PaCER method is not published and what you’re seeing is just an interface to it that we are developing. You seem to be using Lead-DBS in “Dev-Mode”. Please open your preferences files and set prefs.env.dev=0.
It can sometimes be risky to use dev mode for a productive system since also other parts of the code could then be rooted to code that is unstable or sometimes even wrong. So I really would not advise you to do so :)
Best, Andy
Thanks Andy!