Difference between revisions of "Create a MNE Scan plugin"

From MNE-CPP Wiki
Jump to: navigation, search
Line 1: Line 1:
A detailed tutorial on how you can create your own MNE Scan plugin directly using QtCreator can be found here: Creating_a_Plugin.pdf
+
A detailed tutorial on how you can create your own MNE Scan plugin directly using QtCreator can be found here: [[File:Creating_a_Plugin.pdf]]
  
 
Also, a good starting point ist the DummyToolbox plugin, which you can find under ''\mne-cpp\applications\mne_scan\plugins\dummytoolbox'' or [https://github.com/mne-tools/mne-cpp/tree/master/applications/mne_scan/plugins/dummytoolbox here]. For example, you could make a copy and renmae it to your wishes in order to get started.
 
Also, a good starting point ist the DummyToolbox plugin, which you can find under ''\mne-cpp\applications\mne_scan\plugins\dummytoolbox'' or [https://github.com/mne-tools/mne-cpp/tree/master/applications/mne_scan/plugins/dummytoolbox here]. For example, you could make a copy and renmae it to your wishes in order to get started.

Revision as of 15:44, 26 October 2016

A detailed tutorial on how you can create your own MNE Scan plugin directly using QtCreator can be found here: File:Creating a Plugin.pdf

Also, a good starting point ist the DummyToolbox plugin, which you can find under \mne-cpp\applications\mne_scan\plugins\dummytoolbox or here. For example, you could make a copy and renmae it to your wishes in order to get started.