Browse Source

gin commit from L-1010036236.local

Modified files: 2
Jonas Zimmermann 2 years ago
parent
commit
0be45f4ece
2 changed files with 3 additions and 8 deletions
  1. 2 0
      README.md
  2. 1 8
      scripts_for_figures/README.md

+ 2 - 0
README.md

@@ -159,5 +159,7 @@ Raw Blackrock `nev` files containing unsorted multiunit threshold crossings. One
 time covered in the paper, the rest covers the paper period. See Blackrock Neuroport manual for a description of the
 file format.
 
+## Reproducing of paper figures
 
+See the README file in `scripts_for_figures`.
 

+ 1 - 8
scripts_for_figures/README.md

@@ -1,10 +1,3 @@
----
-title: "KIAP Paper figure scripts"
-author:
-    - Jonas B. Zimmermann
-date: 18 April 2020
----
-
 # KIAP Paper figure scripts #
 
 ## Purpose ##
@@ -13,7 +6,7 @@ This repository contains Python scripts to reproduce the figures published in th
 
 ## Prerequisites ##
 
-1. A copy of the KIAP BCI dataset. By default, these data should be in a folder `../data` relative to this file. The location can be changed in `basics.py`.
+1. The KIAP BCI dataset. By default, these data should be in folders `../KIAP_BCI_neurofeedback` and `../KIAP_BCI_speller` relative to this file. The location can be changed in `basics.py`.
 2. The output folder (by default `../out`) has to exist and be writable.
 3. Install conda (e.g. https://docs.conda.io/en/latest/miniconda.html)
 4. Open a terminal and navigate to the folder containing this file.