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

Source Estimation on EEG data #16

Open
ashenfernando1 opened this issue Mar 30, 2023 · 0 comments
Open

Source Estimation on EEG data #16

ashenfernando1 opened this issue Mar 30, 2023 · 0 comments

Comments

@ashenfernando1
Copy link
Collaborator

@MertBuyulu, documented below are some of the information I have regarding this issue.

What we have:

  • raw EEG data which captures voltages on the scalp

What we want (ideally):

  • deep brain sources from which these voltages are emanating from

We'll be using the MNE library (https://mne.tools/stable/index.html) for our purposes. There will be many approximations done because we actually need fMRI data of individual subjects to produce unique source volumes but unfortunately that's not feasible in our scope.

I will share a notebook and some of the already-generated files needed to produce the visualizations through Teams.

Another aspect of EEG data is that there are a lot of artifacts, noisy data that obscures 'signal'. One of the ways to remove this noise is through what is called Independent Component Analysis (ICA) and MNE is an excellent tool in this aspect as well. What would be ideal is if we could automate this process, and there are methods already in place within the library to do so, but would need more work to be implemented.

Since this is a lot, ping me any time through the week as you go through this stuff.

Potentially useful links:
https://jasmainak.github.io/mne-workshop-brown/evoked_to_stc/stc
https://mne.tools/stable/auto_tutorials/preprocessing/40_artifact_correction_ica.html#tut-artifact-ica

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