Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connectivity between MEG source level and external sensor(s) #6

Open
2 of 7 tasks
wmvanvliet opened this issue Jun 4, 2020 · 1 comment
Open
2 of 7 tasks

Comments

@wmvanvliet
Copy link
Collaborator

Todo:

  • Get some example data going
  • Get first proof of concept
  • Design the API (=user interface: what functions, what parameters...)
  • First implementation: test on example data
  • Write unit tests
  • Write example/tutorial to serve as documentation
  • Merge into conpy
@wmvanvliet
Copy link
Collaborator Author

csd = mne.time_frequency.csd_morlet(...)
dics = mne.beamformer.make_dics(...)
external_picks = ['MISC001', 'MISC002']
stc = dics_coherence_external(csd, dics, [external_picks])

Should we add ability to compute Euclidean norm? <--

  • New function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant