Issue response templates - mne-tools/mne-python GitHub Wiki
Useful links
Canned responses
no usage questions
This appears to be a question about usage, not a bug report or a new feature request. Please use the MNE forum for usage questions.
use markdown please
Please try to use Markdown to format your example code. This makes it easier for others to read and understand. I have fixed it for you this time, but you should learn how to use Markdown to improve the way you communicate with other developers in the future.
system information needed
Please include the full output of python -c "import mne; mne.sys_info()"
(run from a terminal shell) or mne.sys_info()
run from within a Python interpreter.
provide reproducible example code
Please provide a minimal, complete, and verifiable example that demonstrates the problem you are experiencing. If at all possible, your example should use MNE-Python's "sample" dataset or one of the other built-in datasets.