Search found 5 matches

by ppt
Mon Feb 08, 2010 6:47 pm
Forum: Getting started
Topic: question about templates
Replies: 5
Views: 2209

Re: question about templates

I got the same error message as you, but using the first form of the connect statement, as you suggest, does the trick.

Many thanks for the help! I suspect I would have beaten my head against the keyboard for a long time before thinking the connect statement would work in one form but not the other.
by ppt
Sat Feb 06, 2010 3:00 am
Forum: Getting started
Topic: question about templates
Replies: 5
Views: 2209

Re: question about templates

Ted, it works when I follow the example in your code and connect the "template tree" to a section created outside of the template but not when connecting two template trees. In other words, from your code: connect stree[0].dend[0](0), core[0](0) is fine, but: connect stree[0].dend[0](0), s...
by ppt
Fri Feb 05, 2010 7:41 pm
Forum: Getting started
Topic: question about templates
Replies: 5
Views: 2209

question about templates

Hi, I built a complicated morphology. I would like to be able to duplicate many clones of that morphology and then wire them together using the usual "connect" statement. I figured the way to do it is to embed the hoc code in a template and then generate as many instances of the morphology...
by ppt
Wed Jul 22, 2009 7:58 pm
Forum: Getting started
Topic: extracellular recording
Replies: 5
Views: 4970

extracellular recording

I have been going through the extracellular_stim_and_rec.zip files, and while I think I have a handle on how it works, I'm wondering what modifications would need to be made in order to incorporate a capacitive reactance. Obviously the transfer resistances will become transfer impedances, but I'm no...
by ppt
Mon Dec 15, 2008 8:34 pm
Forum: Getting started
Topic: Random number seed for stochastic channels?
Replies: 5
Views: 4333

Random number seed for stochastic channels?

Using the Channel Builder, I constructed a stochastic single channel simulator. How does one apply random number seeds to this simulation?