You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Code associated with manuscript "Distributed and dynamical communication: A mech
4
4
Required packages:
5
5
Numpy Brian2 Matplotlib Scipy Scikit-learn
6
6
7
-
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 can be changed by changing the 'repeat' variable in 'twoInputs.py'.
7
+
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'.
8
8
9
9
The output of 'twoInputs.py' are 4 files:
10
10
1. data.file (saved in ./raw_data), containing the LFP and spikes data.
0 commit comments