Search found 6384 matches
- Sat Jun 04, 2005 12:36 pm
- Forum: Other questions
- Topic: Local object references
- Replies: 9
- Views: 12586
define a new class to hide an objref in a proc or func
Unfortunately that won't work. The first declaration that a name is an objref must occur outside of a proc or func. Once a name has been declared an objref, it can appear in another objref statement inside a proc or func, like this objref ref proc p() { objref ref } If you really need to hide an obj...
- Fri Jun 03, 2005 5:00 pm
- Forum: Getting started
- Topic: connect and currently accessed section
- Replies: 0
- Views: 4870
connect and currently accessed section
On 6/2/2005 xianghong yang <xyang3@utmem.edu> wrote: > The classic connect command from the tutorial is -- > > connect dendrite[1](0), soma(1) > > while a CA1 pyramidal neuron model is different -- > > soma[0] {connect soma[1] (0), 1 > connect basal[0] (0),0 > connect basal[20] (0),0 > connect basal...
- Fri Jun 03, 2005 4:32 pm
- Forum: Other questions
- Topic: Choosing a value for nseg
- Replies: 1
- Views: 5071
Choosing nseg
There have been several attempts to come up with strategies for deciding how big a compartment shoudl be. Most of them are pretty useless. The only exception I know of is to make compartments shorter than some fraction d_lambda of the AC length constant at some frequency that is so high that most me...
- Fri Jun 03, 2005 4:13 pm
- Forum: Getting started
- Topic: output: numbers instead of graph
- Replies: 1
- Views: 7856
saving numerical results to a file
One way to save the sequence of (x,y) coordinates to a file is to use the Print & File Window Manager (PFWM) to Print / Ascii. On the FAQ page http://www.neuron.yale.edu/neuron/faq/general-questions see the link called How do I print a hard copy of a NEURON window? You can also "pick" ...
- Fri Jun 03, 2005 12:58 pm
- Forum: Modeling networks
- Topic: MOD file compiling error
- Replies: 4
- Views: 12440
Re: MOD file compiling error
Lots of good questions here. Some belong under the topic Adding new mechanisms and functions to NEURON--NMODL and the Channel Builder and others belong elsewhere. It may be didactically appropriate for me to come back and split up this reply. 1. I have done hippocampal CA1 network of 500 cells (sing...
- Thu Jun 02, 2005 3:50 pm
- Forum: Modeling networks
- Topic: Insert Point Process in NetworkBuilder
- Replies: 1
- Views: 5724
Re: Insert Point Process in NetworkBuilder
1) I created a very simple network (2cells connected via one ExpSyn) with the network builder. Now I need to insert a point process (VClamp) at the presynaptic neuron, yet I can't find the created network cells in the point processes menu... Several issues here. 1. Point processes menu? What point ...
- Thu Jun 02, 2005 10:35 am
- Forum: Getting started
- Topic: A MODEL OF NEURON(PROJECT)
- Replies: 0
- Views: 5149
A MODEL OF NEURON(PROJECT)
On Thu Jun 02, 2005 4:02 am ANGCHUK wrote:
http://www.neuron.yale.edu/neuron/faq/general-questions
and start reading.
Go to the FAQ (Frequently Asked Questions) page at NEURON's WWW site[
I WAQNT TO AMKE A PROJECT ON NEURON. I DIDN;T ANY IDEA ABOUT IT . HOW TO MAKE IRT SO PLESASE HELP ME.
http://www.neuron.yale.edu/neuron/faq/general-questions
and start reading.
- Wed Jun 01, 2005 7:31 pm
- Forum: Other questions
- Topic: saving a session
- Replies: 1
- Views: 4522
NEURON does not have a notepad feature. You can use a graph's Change Text feature to add brief comments to it before printing or saving it to an idraw (postscript) file--click on the menu box and select Change Text. Then click on the canvas and type anything as long as it fits on a single line. Brea...
- Sun May 29, 2005 11:22 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: New channel doesn't appear in the Single Compartment tool
- Replies: 0
- Views: 5202
New channel doesn't appear in the Single Compartment tool
On 11/21/2004 a NEURON user wrote: > After using the "Channel Builder", how do I use the "new" channel? > I followed the example on the tutorial page: > ---------------------------- > 1. Add the myna mechanism. > SingleCompartment / myna > ---------------------------- > > but onl...
- Sun May 29, 2005 11:16 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Fractionating Ca++ accumulation into different pools
- Replies: 0
- Views: 5268
Fractionating Ca++ accumulation into different pools
On 11/19/2004 a NEURON user wrote: > we are trying to create separate ions for ca++ ions that go through different > channels, eg. the L-type vs. the N-type channels because we want to couple > these channels with respective ca-dependent K+ channels (sAHP and fAHP). > The way we have done it thus fa...
- Sun May 29, 2005 11:04 am
- Forum: Modeling networks
- Topic: How to get started modeling networks with NEURON?
- Replies: 2
- Views: 7223
material in the NEURON book relevant to modeling nets
Chapter 11 http://www.neuron.yale.edu/ftp/ted/book/revisions/chap11indexedref.pdf shows how to use the hoc file emitted by a NetWork Builder to create a large net. An indexed version should be available in a few days, but the narrative is linear and cumulative, so lack of an index should not be a se...
- Sun May 29, 2005 11:01 am
- Forum: Modeling networks
- Topic: How to get started modeling networks with NEURON?
- Replies: 2
- Views: 7223
On 11/16/2004 Michael Hines <michael.hines@yale.edu> wrote: I'd start with http://www.neuron.yale.edu/course/handson.html exercises 13 and 14. Also http://www.neuron.yale.edu/neuron/static/docs/netbuild/main.html And finally, Ted may be able to point you to a draft of the relevant chapter in the NEU...
- Sun May 29, 2005 11:00 am
- Forum: Modeling networks
- Topic: How to get started modeling networks with NEURON?
- Replies: 2
- Views: 7223
How to get started modeling networks with NEURON?
On 11/16/2004 a NEURON user wrote:
I have a student is not a programmer. How can he get started
using NEURON to implement simulations of neural circuits?
I have a student is not a programmer. How can he get started
using NEURON to implement simulations of neural circuits?
- Sun May 29, 2005 9:41 am
- Forum: The GUI
- Topic: How to do electrotonic analysis with NEURON?
- Replies: 0
- Views: 5832
How to do electrotonic analysis with NEURON?
A NEURON user wrote: > I hear that NEURON has a set of tools for analyzing the > electrotonic properties of a neuron. What are they, and > how are they used? See Q: How do I use NEURON's tools for electrotonic analysis? in NEURON's FAQ list http://www.neuron.yale.edu/neuron/faq/general-questions
- Sun May 29, 2005 9:07 am
- Forum: Other questions
- Topic: What measure of electrotonic extent to use?
- Replies: 5
- Views: 10180