Search found 43 matches

by hallockk
Tue Mar 08, 2011 12:59 pm
Forum: Other questions
Topic: Out of curiosity, why is default celsius = 6.3?
Replies: 2
Views: 1403

Re: Out of curiosity, why is default celsius = 6.3?

While reading other posts I discovered it has to do with the original squid experiments. Thanks for keeping so much information on this site.
by hallockk
Tue Mar 08, 2011 11:11 am
Forum: Other questions
Topic: Out of curiosity, why is default celsius = 6.3?
Replies: 2
Views: 1403

Out of curiosity, why is default celsius = 6.3?

I was chatting about this with another researcher and I'd like to check our theory.
by hallockk
Mon Mar 07, 2011 3:43 pm
Forum: Getting started
Topic: how to define the diameter of myelin
Replies: 2
Views: 3297

Re: how to define the diameter of myelin

melissamou wrote: how does NEURON deal with the thickness of myelin?
If you wanted to add it in, you could do a little programming and include it as part of the calculation for the a diameter.
by hallockk
Fri Feb 25, 2011 10:02 am
Forum: Getting started
Topic: Biophysic hierarchy in the GUI
Replies: 6
Views: 2932

Re: Biophysic hierarchy in the GUI

This is OK for simple models, but it becomes inconvenient if the model is even a little complex. I find that the CellBuilder is great for dealing with subsets, but as soon as I need to deal with individual sections, I have to turn off the CellBuilder's Continuous Create button (this can be done wit...
by hallockk
Thu Feb 24, 2011 2:07 pm
Forum: Getting started
Topic: Biophysic hierarchy in the GUI
Replies: 6
Views: 2932

Re: Biophysic hierarchy in the GUI

My mistake. I meant ten sections, not segments. I have the following ten sections that represent one internode: node-internode_section-internode_section[1]-internode_section[2]-internode_section[3]-internode_section[4]-internode_section[5]-internode_section[6]-internode_section[7]-internode_section[...
by hallockk
Thu Feb 24, 2011 8:04 am
Forum: Getting started
Topic: Biophysic hierarchy in the GUI
Replies: 6
Views: 2932

Re: Biophysic hierarchy in the GUI

I have an internode that has 10 segments and all of the segments are in one section. I'd like to be able to change a parameter for the section in the GUI and have it reflected in the values of each segment in the section. I could change it using hoc, but I don't think those changes aren't reflected ...
by hallockk
Tue Feb 22, 2011 1:18 pm
Forum: Getting started
Topic: Biophysic hierarchy in the GUI
Replies: 6
Views: 2932

Biophysic hierarchy in the GUI

I have an internodal length that is divided into 10 individual sections. The entire internode is also represented as a subsection. When I change the parameters of the internodal subsection, the parameters of the individual sections do not reflect that change. Is there a way to have the GUI reflect t...
by hallockk
Tue Sep 14, 2010 5:43 pm
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

WRT your question-- Unexpected outcomes are the rule rather than the exception in computational modeling--unless one sticks with "safe" models, i.e. so simple that it's easy to guess what they will do (in which case, why bother?). Unexpected outcomes are certainly more likely to produce n...
by hallockk
Mon Sep 13, 2010 2:54 pm
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

Indeed, since the advent of Python as an alternative interpreter for NEURON it is probably best to use Python I built a model in Python. It is a single axon with a soma-node-internode-node-internode-etc. pattern. There are twenty-three nodes and twenty-four internodes assembled using the CellBuilde...
by hallockk
Tue Aug 31, 2010 8:09 am
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

They exist, they just aren't displayed in the list. Use the GUI to construct a name that contains the "basename" that you need (e.g. node[0]), then click in the edit field and change the numeric value of the "index" to whatever you like. Thanks. Is there a good place to read up ...
by hallockk
Mon Aug 30, 2010 10:14 am
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

Thanks for all your help! I have a model that is behaving as I'd expect in terms of action potential propagation. When I open the GUI to append certain sections to my Voltage Axis plot (using the Plot What? menu choice), it doesn't show me all of the sections that are present. For example, I'm allow...
by hallockk
Fri Aug 27, 2010 12:01 pm
Forum: Other questions
Topic: NEURON deleting files
Replies: 10
Views: 4092

Re: NEURON deleting files

The next time it happens I'll note down the exact error message. I posted just in case it was a known bug that I could avoid.

Thanks,

Kevin
by hallockk
Fri Aug 27, 2010 8:27 am
Forum: Other questions
Topic: NEURON deleting files
Replies: 10
Views: 4092

NEURON deleting files

I've noticed that sometimes when NEURON crashes, it deletes whatever file is open at the time. Normally this happens when I try to save a file and I get an error that says "File not available of for saving", or something like that. After that warning, whenever close the file or NEURON cras...
by hallockk
Thu Aug 19, 2010 3:08 pm
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

Thanks for the advice! I was reading through one of the examples from ModelDB (I think) and it expressed a concern about "end and stimulation" effects that occur in shorter neurons so the authors used at least twelve nodes and internodes in their simulation. How serious is this problem? Wo...
by hallockk
Thu Aug 19, 2010 10:30 am
Forum: Getting started
Topic: Single, myelinated axon with several nodes and internodes
Replies: 29
Views: 17256

Re: Single, myelinated axon with several nodes and internodes

One last point: it looks like you are developing models inside NEURON's installation tree. This is not a good idea. If and when you install a new version of NEURON, you're going to use NEURON's own uninstaller to get rid of the old version, and one of the things it is going to try to do is delete t...