-
Notifications
You must be signed in to change notification settings - Fork 117
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 new mne python module #193
add new mne python module #193
Conversation
* Download the raw file at: https://drive.google.com/file/d/1-RSyaXp2Chx0zLuaAnlgK8o1VMo3enx8/view?usp=share_link | ||
|
||
* Start a new jupyter notebook | ||
* Watch the video and run the cells in the notebook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Watch the video and run the cells in the notebook | |
* Watch the video and run the cells in the notebook |
How many channels do you have for each type of sensors? | ||
What is the sampling frequency? | ||
Have the data been filtered? | ||
What is the frequency of the line noise? | ||
Is there any bad channel? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block might not render correctly. Please build the page locally and double check.
Read the file 'sub-s01_task-faceFO_eeg.fif' as an epoched object | ||
Make a joint plot of the time-series? | ||
Create a variable with the array of the evoked data | ||
Decompose the data using SVD (use the function numpy.linalg.svd) | ||
Make a matplotlib figure with 1 row and 5 columns and plot the first 5 components using the function mne.viz.plot_topomap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block might not render correctly. Please build the page locally and double check.
Make a matplotlib figure with 1 row and 5 columns and plot the first 5 components using the function mne.viz.plot_topomap | ||
|
||
|
||
* Follow up with Natasha Clarke to validate you completed the exercise correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to change the name...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Closes #187 (edit bu HTW to link PR to issue)
This is the initial pull request for adding the MNE-Python module to Brainhack-school
I wanted to thank you for taking the time to review my pull request.
I believe this could be a great opportunity for us to exchange ideas and improve the materials together
I appreciate any feedback or suggestions you may have
Thank you again, and I look forward to working with you.
Cheers
Dave