Browse Source

Updated to include Barry's RF examples

Manuel Schottdorf 3 years ago
parent
commit
62a8091c1c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -10,7 +10,7 @@ Funding for the project: Max-Planck Society, NIH and the National Eye Institute
 ----
 The data and code is licensed under a [Creative Commons Attribution 4.0 International License (CC BY)](https://creativecommons.org/licenses/by/4.0/), which means that you can copy, redistribute, remix, transform and build upon the content for any purpose even commercially as long as you give appropriate credit and provide a link to the license.
 # Organization of the repository
-The repository is organized into five folders:
+The repository is organized into six folders:
 
 - `\data\` contains the raw data of individual cells, organized into plain-text tables of spike-times, together with some meta information.
 
@@ -22,7 +22,9 @@ The repository is organized into five folders:
 
 - `\run_model_HPC\` Contains the code to run the models on large arrays of cells, and was used to compute the supplemental movie. This requires ipyparallel and the slurm engine.
 
-- All code was verified to run on macOS 11 "Bug Sur" from jupyter notebooks (6.1.5) with:
+- `\exampleRFs\` Contains two Excel files, containing example receptive fields maps.
+
+- All model code was verified to run on macOS 11 "Bug Sur" from jupyter notebooks (6.1.5) with:
   - Python 3.9.1
   - Numpy 1.19.4
   - Scipy 1.5.4