Search found 2 matches

by aschneid42
Thu Feb 15, 2018 4:13 pm
Forum: NEURON + Python
Topic: Accessing extracellular mechanism variables from Python
Replies: 12
Views: 13426

Re: Accessing extracellular mechanism variables from Python

The problems of setting and evaluating extracellular variables have been fixed. http://www.neuron.yale.edu/hg/neuron/nrn/rev/90f95519f23e Note that python requires explicit index syntax for vext, xg, xraxial,and xc to specify which extracellular layer (0, 1) is referenced. This link doesn't seem to...
by aschneid42
Wed Feb 14, 2018 2:11 pm
Forum: Hot tips
Topic: Extracellular stimulation and recording
Replies: 7
Views: 101196

Re: Extracellular stimulation and recording

Is there a example of how to implement this from Python, using NEURON as an extended module?

Oh I found it: https://github.com/LFPy/LFPy