Diff for "AnalyzingData/MNE_Python_CBU" - Meg Wiki
location: Diff for "AnalyzingData/MNE_Python_CBU"
Differences between revisions 6 and 14 (spanning 8 versions)
Revision 6 as of 2014-09-22 09:55:18
Size: 1521
Editor: OlafHauk
Comment:
Revision 14 as of 2016-01-22 11:47:09
Size: 1512
Editor: OlafHauk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
In order to use the last MNE-Python version at the CBU, type In order to use the latest MNE-Python version at the CBU, type
Line 16: Line 16:
mne_python -v 0.7 mne_python -v 0.10
Line 18: Line 18:
In order to check whether you've got access to the MNE Python tools, type The best way to learn MNE-Python is to check out the [[http://martinos.org/mne/stable/tutorials.html|tutorials]] and [[https://martinos.org/mne/stable/auto_examples/index.html|examples]].
Line 20: Line 20:
{{{
mne. <tab>
}}}
(where <tab> means pressing your tab key, not enter), and you'll see a list of MNE commands.

The best way to learn MNE-Python is to check out the intro and examples on the [[http://mne-tools.github.com/mne-python-intro/|MNE-Python intro]] site.
If you are new to programming and scripting, you may want to look for some [[http://imaging.mrc-cbu.cam.ac.uk/meg/Beginners|general tutorials]].
Line 29: Line 24:
It's all quite new and exciting, so any comments or feedback would be welcome! Please contact Olaf.Hauk. It's all quite new and exciting, so any comments or feedback would be welcome! Please contact OlafHauk.

Using MNE Python at the CBU

MNE is a software developed for EEG/MEG analysis at the Martinos Centre for Biomedical Imaging. It was originally developed for use under Linux (see e.g. MNE examples, and MNE at the CBU.

Recently, MNE has been integrated into Python for optimization and automatization, as described on the MNE-Python intro pages.

In order to use the latest MNE-Python version at the CBU, type

mne_python

in your Linux command window, which will run it in the iPython environment on one of the linux boxes 43-56. This might take a while to start - please be patient.

In order to use a specific version, type for example

mne_python -v 0.10

The best way to learn MNE-Python is to check out the tutorials and examples.

If you are new to programming and scripting, you may want to look for some general tutorials.

They provide a sample data set, and a large number of example analysis scripts that can be directly applied to those data.

It's all quite new and exciting, so any comments or feedback would be welcome! Please contact OlafHauk.

CbuMeg: AnalyzingData/MNE_Python_CBU (last edited 2016-01-22 11:47:09 by OlafHauk)