Search found 5879 matches
- Thu Apr 22, 2021 1:28 am
- Forum: General questions and discussions about computational neuroscience
- Topic: General validation of NEURON?
- Replies: 6
- Views: 558
Re: General validation of NEURON?
Just want to throw in that there is a validation suite „HippoUnit“ since this year for CA1 PC models. IMO "HippoUnit" looks like an example of an attempt to use technology to sove a training problem. The training problem is the inadequate preparation of so many who are new to mechanistic ...
- Fri Apr 16, 2021 11:59 am
- Forum: OS X
- Topic: If you can't compile mod files . . .
- Replies: 26
- Views: 31791
Re: If you can't compile mod files . . .
Great!I found a solution
But just to help us better understand what the original problem was, could you please execute
grep -w kv *.mod
in the folder that contains your mod files, and tell us what it reported?
- Thu Apr 15, 2021 5:41 pm
- Forum: NEURON + Python
- Topic: Simulation Setup when using a List of NetCons, VecStims and Exp2Syn for multiple spike train stimulation
- Replies: 3
- Views: 124
Re: Simulation Setup when using a List of NetCons, VecStims and Exp2Syn for multiple spike train stimulation
Comments: First, your code is still very much in the development and debugging stage. At this point there is no particular advantage to running long simulations, or even tens of short simulations. Start with a single simulation that lasts only long enough for one spike train--or even a quarter of a ...
- Thu Apr 15, 2021 4:42 pm
- Forum: OS X
- Topic: If you can't compile mod files . . .
- Replies: 26
- Views: 31791
Re: If you can't compile mod files . . .
implies launching from within Spyder. What does Spyder treat as the "working directory" and is there a way to make Spyder change that to the parent of the x86_64 directory?why Spyder displays this message
- Wed Apr 14, 2021 11:54 am
- Forum: NEURON + Python
- Topic: Myelin modeling
- Replies: 3
- Views: 122
Re: Myelin modeling
I am trying to model the double cable circuit used by Wårdell et al 2019 I have no suggestions, having never seen the paper. Presumably the authors describe their methodology sufficiently clearly that correspondences between their parameters and those of NEURON's extracellular "mechanism"...
- Tue Apr 13, 2021 2:56 pm
- Forum: General questions and discussions about computational neuroscience
- Topic: Funding opportunites from NASA!
- Replies: 0
- Views: 610
Funding opportunites from NASA!
The NASA Human Research Program has released two funding opportunities for research relevant to the Space Radiation Element. Appendix E Flagship Opportunity: https://tinyurl.com/HERO20-HHP Space Radiation Topics: Topic 2. Computational Brain Modeling to Characterize the Effects of Space Radiation Ex...
- Tue Apr 13, 2021 11:45 am
- Forum: NEURON + Python
- Topic: Impulse Response for all locations
- Replies: 1
- Views: 62
Re: Impulse Response for all locations
I know I can find the transfer impedance for a pure frequency What constitutes an impure frequency? What to do depends on whether you prefer to operate in the frequency domain or in the time domain. If you want to operate in the frequency domain, then for any pair of locations of interest you'll ha...
- Tue Apr 13, 2021 1:08 am
- Forum: NEURON + Python
- Topic: Assigning values to a mechanism over all sections in anatomically detailed model
- Replies: 2
- Views: 74
Re: Assigning values to a mechanism over all sections in anatomically detailed model
Comments: 1. Iteration over all sections is required because ena is a range variable, not a global variable. 2. Iteration over all segments is not required because the syntax sectionname.rangevarname = somevalue assigns the value "somevalue" to the range variable in all segments of the ref...
- Mon Apr 12, 2021 2:49 pm
- Forum: NEURON + Python
- Topic: Assigning values to a mechanism over all sections in anatomically detailed model
- Replies: 2
- Views: 74
Re: Assigning values to a mechanism over all sections in anatomically detailed model
It's pretty straightforward in Python too. Try to think about the problem as being "how to iterate over all sections." This is easiest with the idiom for sec in h.allsec(): one_or_more_statements Example: suppose you have just created a bunch of sections and you need to insert hh into all ...
- Fri Apr 02, 2021 12:10 pm
- Forum: OS X
- Topic: Gui Freezing
- Replies: 5
- Views: 424
Re: Gui Freezing
Thanks for following up on that.
- Fri Mar 26, 2021 9:43 am
- Forum: NEURON + Python
- Topic: Myelin modeling
- Replies: 3
- Views: 122
Re: Myelin modeling
What "myelin double circuit model" are you referring to? With regard to models of spike propagation in myelinated axons, many authors have published such models. Most of them use very simple representations of the electrical effects of the myelin sheath. Whether one is better than another ...
- Wed Mar 24, 2021 10:26 am
- Forum: NEURON + Python
- Topic: initbatser.py
- Replies: 3
- Views: 77
Re: initbatser.py
Those files are from an exercise that was part of the 2018 NEURON Summer Course. Download and expand this file
https://neuron.yale.edu/ftp/neuron/2018emory/course.zip
and you'll find all the files for that particular exercise in course/bulletin_board_py
https://neuron.yale.edu/ftp/neuron/2018emory/course.zip
and you'll find all the files for that particular exercise in course/bulletin_board_py
- Tue Mar 23, 2021 6:53 pm
- Forum: NEURON + Python
- Topic: initbatser.py
- Replies: 3
- Views: 77
Re: initbatser.py
The programs initbatser.py and initplotfi.py both need to use a procedure called plotfi, but plotfi is not built into Python. Instead, it is a user-written procedure that is defined in plotfi.py, which is in the same directory as initbatser.py and initplotfi.py. The statement from plotfi import plot...
- Tue Mar 23, 2021 11:00 am
- Forum: Specific models
- Topic: Adding multiple synaptic connections to the two-compartment model (Ladenbauer 2019)
- Replies: 1
- Views: 87
Re: Adding multiple synaptic connections to the two-compartment model (Ladenbauer 2019)
There's a lot of "stuff" (code complexity) in that implementation of the Izhikevich model. It would be easier to incorporate simple representations of excitatory and inhibitory synaptic transmission, similar to ExpSyn and/or Exp2Syn, into your January 26 twocomps model. ExpSyn-like excitat...
- Mon Mar 22, 2021 9:11 am
- Forum: NEURON Announcements
- Topic: 8.0 release plan?
- Replies: 3
- Views: 130
Re: 8.0 release plan?
It will be released when it's ready.