Search found 6300 matches

by ted
Sat Aug 06, 2005 11:15 am
Forum: Anatomically detailed models
Topic: Reducing complex models to equivalent cables
Replies: 9
Views: 14295

It's done all the time, but there's no gold standard for how to do it; as you have noted, there are lots of approaches to desiging reduced compartmental models, e.g. Bush, P.C. and Sejnowski, T.J. Reduced compartmental models of neocortical pyramidal cells. Journal of Neuroscience Methods 46:159-166...
by ted
Tue Aug 02, 2005 9:11 pm
Forum: Getting started
Topic: Variable step size per default?
Replies: 1
Views: 4838

Very good question, Konstantin. NEURON's default integration method is implicit ("backward") Euler, which has the distinct advantage that when dt is much larger than the largest time constant in a passive system, the states of that system reach their "infinite time" values in a s...
by ted
Tue Aug 02, 2005 9:03 pm
Forum: Getting started
Topic: Passing an objref array by reference to a function
Replies: 3
Views: 6718

I've always found arrays to be limiting, because no matter how many objects I think I need today, sure enough, tomorrow I need a different number. Lists are a far more flexible way to deal with multiple objects, even objects of different classes (although this simple example sticks with objects of t...
by ted
Tue Aug 02, 2005 8:45 pm
Forum: Other questions
Topic: how to read from, and record data into binary files?
Replies: 7
Views: 13310

The most powerful and flexible way to deal with file i/o is to use the File class's metods, which are described here http://www.neuron.yale.edu/neuron/static/docs/help/neuron/general/classes/file.html#File Using binary formats risks generating future problems for oneself because of cross-application...
by ted
Tue Aug 02, 2005 8:32 pm
Forum: Other questions
Topic: periodic stimulation?
Replies: 1
Views: 4989

Whatever works. But the most flexible approach is to use a mechanism that takes advantage of NEURON's event delivery system. Here's the NMODL code for Ipulse1 and Ipulse2, which can deliver one or more pulses at regular intervals. Both use self-events to govern switching the current on and off. Alth...
by ted
Sun Jul 31, 2005 10:40 am
Forum: Other questions
Topic: run neuron from a java class
Replies: 4
Views: 5925

Location of nrnjava.html and javanrn.html

After I extracted the gzipped tar file to /usr/local/src/nrn-5.7,
nrnjava.html and javanrn.html are in /usr/local/src/nrn-5.7/src/nrnjava
by ted
Sat Jul 30, 2005 6:26 pm
Forum: Anatomically detailed models
Topic: Area Calculation - Channel Density
Replies: 6
Views: 12649

Units, density (distributed) mechanisms, and point processes

Good question. The units used for membrane current depend on whether you're dealing with a distributed (density) mechanism or a point process. For a distributed mechanism, the current is treated as if it is distributed over the surface of the cell, and the units are "current density" (curr...
by ted
Thu Jul 28, 2005 10:16 am
Forum: Anatomically detailed models
Topic: import of neurolucida .asc
Replies: 6
Views: 11531

Using sed to eliminate troublesome lines from a file

Thanks for digging into this problem. Looks like a bug that needs to be fixed. In the meantime, it's trivial for any user of a real OS (UNIX, Linux, OS X) to filter out all lines that contain a particular string--awk and sed can do this nicely, e.g. sed -n '/Spine/!p' fil.dat > fixed.dat will produc...
by ted
Wed Jul 27, 2005 8:11 pm
Forum: Anatomically detailed models
Topic: import of neurolucida .asc
Replies: 6
Views: 11531

Ugly as a box of frogs. Can't say I've ever seen the like. The data are in your hands, so you're best situated to discover what this is all about. That is, pick a branch and try to make sense out of it. Does each xyz datum signify the head of a spine? or is it the location along the dendrite where t...
by ted
Wed Jul 27, 2005 3:05 pm
Forum: Modeling networks
Topic: extracellular field generation
Replies: 4
Views: 9001

I do. Uses extracellular, designed for, and works well with, single cells. Might
bog down big net simulations, if they have lots of segments. I'll send you a copy
via email; too much code to post here.
by ted
Wed Jul 27, 2005 2:55 pm
Forum: Anatomically detailed models
Topic: import of neurolucida .asc
Replies: 6
Views: 11531

Re: import of neurolucida .asc

Why is the dendrite that zig-zag like if the spines are omitted? Shouldn't it be rather straight, like the "backbone" of the dendrite?! Look at it in cvapp or NEURON's Import3D tool; if you don't see zigzags, the problem is in cvapp or the Import3D tool. If so, please let me know. But if ...
by ted
Wed Jul 27, 2005 12:37 pm
Forum: Anatomically detailed models
Topic: area calculation?
Replies: 3
Views: 8349

I wish I had a nickel for every simple mistake I ever made.
by ted
Tue Jul 26, 2005 1:07 pm
Forum: Anatomically detailed models
Topic: area calculation?
Replies: 3
Views: 8349

Geometry

Here's a discussion of how model geometry is handled in NEURON-- file:///home/ted/ms/neuron/nrnhelp/help/neuron/neuron/geometry.html#Geometry Reading down through the text, notice the following: In the stylized specification, the shape model used for a section is a sequence of right circular cylinde...
by ted
Tue Jul 26, 2005 11:38 am
Forum: Anatomically detailed models
Topic: Modelling spherical cell
Replies: 1
Views: 5439

I think Wil Rall did a theoretical analyais on something like this ~45 years ago for a sphere or cylinder and came to the conclusion that nonisopotentialities collapsed within (much) less than a microsecond. But what if diameter were, say, 0.1 AU or so . . . Back to reality. One might imagine three ...
by ted
Mon Jul 25, 2005 1:36 pm
Forum: NEURON Announcements
Topic: NEURON course at SFN 2005 Meeting
Replies: 0
Views: 13763

NEURON course at SFN 2005 Meeting

Short Course Announcement USING THE NEURON SIMULATION ENVIRONMENT Satellite Symposium, Society for Neuroscience Meeting 9 AM - 5 PM on Friday, Nov. 11, 2005 Speakers to include M.L. Hines and N.T. Carnevale NEURON is a powerful and convenient simulator that handles realistic models of biophysical me...