From 36caa505e0285c53501666f75d6111cb48e20f09 Mon Sep 17 00:00:00 2001 From: Shencong-Ni <42132381+Shencong-Ni@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:44:24 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e368f..c66fc32 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Numpy Brian2 Matplotlib Scipy Scikit-learn Run 'twoInputs.py' with one command line argument. The argument is an non-negative integer number (e.g., 0) which defines the seed of random number generator. Each seed corresponds to one random network realization. The default maximum value of the argument is set to 1 (i.e., two random network realizations can be generated). This default maximum value can be changed by changing the 'repeat' variable in 'twoInputs.py'. The output of 'twoInputs.py' are 4 files: -1. data.file (saved in ./raw_data), containing the LFP and spikes data. +1. 'data.file' (saved in ./raw_data), containing the LFP and spikes data. 2. 'spontaneous.mp4'. The movie for spontaneous activity. 3. 'twoInputs_uncued.mp4'. The movie for the two-input condition without cue. -4. twoInputs_cued.mp4'. The movie for the two-input condition with one input being cued. +4. 'twoInputs_cued.mp4'. The movie for the two-input condition with one input being cued.