-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.html
40 lines (28 loc) · 1.28 KB
/
readme.html
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
30
31
32
33
34
35
36
37
38
39
40
<html><pre>
This is the readme for the model for the paper:
Lytton WW, Omurtag A, Neymotin SA, Hines ML (2008) Just in time
connectivity for large spiking networks Neural Comput 20(11):2745-56
These files were supplied by Bill Lytton.
These NEURON files only run on the linux/nix platforms.
This simulation is primarily an illustration and is not well optimized
for actually running large networks.
jitcon.mod contains a large amount of C level code, understanding of
which requires some knowledge of Neuron internals
To run either auto-launch from modeldb or download and extract the
archive. In the extracted directory type
nrnivmodl
nrngui mosinit.hoc
Once the simulation is running. Click the click here to run button.
About a minute later a graph like this will hopefully appear
<img src="./screenshot.jpg" alt="screenshot">
The simulator also launches a GUI panel that can be double clicked to
look at cell traces
See headers of jitcon.mod and bstick_net.hoc for extensive (though
alas not complete) commentary.
Changelog
---------
2022-05: Updated MOD files to contain valid C++ and be compatible
with the upcoming versions 8.2 and 9.0 of NEURON.
2023-04: Updated MOD files for compatibility with the new data structures in
the upcoming version 9.0 of NEURON.
</pre></html