-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (23 loc) · 965 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
===========================
CONFIGURING THE ENVIRONMENT
===========================
Setup a new environment in Python 3.8.
Install NEST 3.2. For info: https://nest-simulator.readthedocs.io/en/stable/installation/conda_forge.html#conda-forge-install
Install remaining packages via: pip install -r requirements.txt
====================
DOWNLOADING THE DATA
====================
1. Navigate to Ebrains: https://doi.org/10.25493/Q8R8-24V
2. Go to "Get Data" -> "Browse Files" -> "ChangeDetectionDataset" -> "CHDET"
3. Download the "ChangeDetectionConflict" folder
4. Place the zip file into the \recordings folder und unzip.
5. Rename the file to "ChangeDetectionConflict"
================
RUNNING ANALYSIS
================
You can configure which parts of the code you would like to execute in the config.yml file.
By default the script will run the full analysis.
Running the script:
python run.py
Plotting and analysis:
python analyse_and_plot.py