Browse Source

Update 'README.md'

Arrenberg_Lab 3 years ago
parent
commit
618b22edf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -4,11 +4,11 @@ This repository contains data and code for our 2020 manuscript *"Gaze stabilisat
 
 #### Prerequisites:
 
-Code was developed and tested in MATLAB version 2018a. Both older and newer version should be compatible. Running the code additionally requires the open-source *cbrewer* package published by user "Charles" on [MATLAB Central](https://de.mathworks.com/matlabcentral/fileexchange/34087-cbrewer-colorbrewer-schemes-for-matlab), which implements the custom [colour maps by Cynthia Brewer](https://colorbrewer2.org/). The content of this package can be placed anywhere on your MATLAB path. If you do not wish to use the *cbrewer* package, comment out all lines of code containing "cbrewer", and replace them with your preferred colour maps.
+Code was developed and tested in MATLAB version 2018b. Both older and newer version should be compatible. Running the code additionally requires the open-source *cbrewer* package published by user "Charles" on [MATLAB Central](https://de.mathworks.com/matlabcentral/fileexchange/34087-cbrewer-colorbrewer-schemes-for-matlab), which implements the custom [colour maps by Cynthia Brewer](https://colorbrewer2.org/). The content of this package can be placed anywhere on your MATLAB path. If you do not wish to use the *cbrewer* package, comment out all lines of code containing "cbrewer", and replace them with your preferred colour maps.
 
 #### The "data" and "code" folders:
 
-These contain pre-processed data in MAT files, and MATLAB code to reproduce all or parts of Figures 3-6, as well as Figure 3-figure supplement 5. Data file paths are relative to the code file paths, and are hard-coded as such in the M files; so *the "data" and "code" folders should always be placed in the same location*. If you want to download only some of the subfolders (e.g., only those pertaining to a single figure), make sure to nonetheless place them in two neighbouring folders called "data" and "code".
+These contain pre-processed data in MAT files with structure arrays, and MATLAB code to reproduce all or parts of Figures 3-6, as well as Figure 3-figure supplement 5. Data file paths are relative to the code file paths, and are hard-coded as such in the M files; so *the "data" and "code" folders should always be placed in the same location*. If you want to download only some of the subfolders (e.g., only those pertaining to a single figure), make sure to nonetheless place them in two neighbouring folders called "data" and "code".
 
 #### The "raw data examples" folder: