From ab929031a3fdc4050da0cbbbba3a9636210bec1f Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Mon, 5 Aug 2024 08:51:09 -1000 Subject: [PATCH] Update plugins.json --- code/plugins/plugins.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/plugins/plugins.json b/code/plugins/plugins.json index 87c31fc..2889878 100644 --- a/code/plugins/plugins.json +++ b/code/plugins/plugins.json @@ -195,6 +195,20 @@ "desc": "input/output for Brain Vision Analyzer format", "cat": "import" }, + { + "name": "MFF-matlab-io", + "type": "wiki", + "link": "https://github.com/arnodelorme/mffmatlabio", + "desc": "input/output for MFF EGI file format", + "cat": "import" + }, + { + "name": "Neuroscan-io", + "type": "readme", + "link": "git@github.com:sccn/neuroscanio.git", + "desc": "input/output for Neuroscan file format", + "cat": "import" + }, { "name": "get_chanlocs", "type": "wiki",