From eaca28122e7a80d37aecdc82f638af445d1a2aa1 Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Thu, 18 Nov 2021 14:17:32 -1000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6c49292..8350292 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Make sure to copy submodule when you clone the repository git clone --recurse-submodules https://github.com/arnodelorme/eegstats.git ``` +# Graphic interface + +The plugin may be used from the command line or from its GUI. See the [pop_eegstats.m](https://github.com/arnodelorme/eegstats/blob/master/pop_eegstats.m) header for more information. + +![](eegstats_gui.png) + # Version history v1.0 - initial version From 24e863ac8c3a8dc608a801fcd70eaaa4fdea2623 Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Thu, 18 Nov 2021 15:21:49 -1000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8350292..d37235a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ This plugin compute frequency band power, alpha peak frequency, and alpha asymetry. It uses the [restingIAF](https://github.com/corcorana/restingIAF) MATLAB code for some of the computation. +# Do not download Github zip file + +Downloading the zip file, you will be missing the restingIAF code dependency. Instead download a released version or check out the repository with dependencies. + # Checkout repository Make sure to copy submodule when you clone the repository