Locating intracranial electrode contacts Tutorial doesnt work ??

  • MNE version: e.g. 1.6.1
  • operating system: windows 11

Hi guys,
i guess i am just incredible dump but why even tutorial doesnt work?

https://mne.tools/mne-gui-addons/auto_examples/ieeg_locate.html#tut-ieeg-localize

here is my error:
Traceback (most recent call last):
File “C:\Users\osel1188\Documents\EEGanalysis_python\ieeg_locate.py”, line 411, in
mne_gui.locate_ieeg(
TypeError: locate_ieeg() got an unexpected keyword argument ‘targets’

https://mne.tools/mne-gui-addons/generated/mne_gui_addons.locate_ieeg.html

I checked the function declaration and there is not defined Target parameter even that in documentation is. How I can replace target argument please?? or how it suppose work without it??

Thanks

The targets argument was added in a recent version so you just have to update mne-gui-addons

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.