Difference between revisions of "Create a MNE Scan plugin"
From MNE-CPP Wiki
(Created page with "A detailed tutorial on how you can create your own MNE Scan plugin will follow soon. However, a good starting point ist the DummyToolbox plugin, which you can find under ''\mn...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | A detailed tutorial on how you can create your own MNE Scan plugin | + | A detailed tutorial on how you can create your own MNE Scan plugin directly using the QtCreator can be found [http://wiki.mne-cpp.org/images/Creating_a_Plugin.pdf here]. |
+ | |||
+ | 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 rename it to your wishes in order to get things started. |
Latest revision as of 15:46, 26 October 2016
A detailed tutorial on how you can create your own MNE Scan plugin directly using the QtCreator can be found here.
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 rename it to your wishes in order to get things started.