Search found 5 matches

by jlaville
Tue Jun 03, 2008 7:54 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: random alpha synapse
Replies: 1
Views: 2592

random alpha synapse

I have created a spiny model that I simulate with the following sesion file: {load_file("nrngui.hoc")} objectvar save_window_, rvp_ objectvar scene_vector_[5] objectvar ocbox_, ocbox_list_, scene_, scene_list_ {ocbox_list_ = new List() scene_list_ = new List()} //Begin PointProcessManager ...
by jlaville
Fri Apr 25, 2008 12:47 pm
Forum: Other questions
Topic: spines
Replies: 2
Views: 2526

I have tried the code and works fine. It is what I needed.
by jlaville
Wed Apr 23, 2008 4:16 pm
Forum: Other questions
Topic: spines
Replies: 2
Views: 2526

spines

I want to make a two compartment model of a spine and then connect it to diferent locations on an already created cell. However, to simulate real spine density, I don't want to connect the spines only at the 1 end of the parent section but at diferent segments of that section. I know that this quest...
by jlaville
Thu Aug 17, 2006 10:48 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Non square IClamp
Replies: 1
Views: 4527

Non square IClamp

I want to make an Iclamp that is not really square but instead it follows a sigmoidal at time "del" until it reaches a steady current and then it follows the same sigmoidal inversely at time "del+dur" . So far I can make the first sigmoidal but I can't join it with the downward s...
by jlaville
Fri Oct 07, 2005 7:06 pm
Forum: Optimization
Topic: assigning fitting parameters to different subsets
Replies: 1
Views: 7801

assigning fitting parameters to different subsets

I have a model with three subsets: soma, primary trunks and dendrites. I want to make a fit in which my fitting variable is the voltage at the soma and my fitting parameters are g_pas (passive conductance) and gbar_kir (inward rectifier conductance). However I would like to assign the parameters ind...