Search found 28 matches

by davidsterratt
Tue May 03, 2011 12:08 pm
Forum: Other questions
Topic: Optimal d_lambda for measuring propagation speed
Replies: 13
Views: 9440

Re: Optimal d_lambda for measuring propagation speed

Thanks very much for your very helpful reply Ted. I've tried responding to all your queries, but I've run out of time today, so the later ones aren't addressed very well. Strange results indeed. Do you get similar results if you simply forall nseg*=3 a few times? It does vary a bit, though it looks ...
by davidsterratt
Mon May 02, 2011 9:53 am
Forum: Other questions
Topic: distributing mechanisms randomly
Replies: 12
Views: 6098

Re: distributing mechanisms randomly

I have a somewhat complicated hoc object that allows you to place point processes with a probability that depends on the diameter and length of the segment within a section, and of the perpendicular distance of the segment to some plane, which could be the cell body layer. Please let me know if you'...
by davidsterratt
Mon May 02, 2011 9:49 am
Forum: Other questions
Topic: Optimal d_lambda for measuring propagation speed
Replies: 13
Views: 9440

Optimal d_lambda for measuring propagation speed

I am trying to measure the propagation speed in the myelinated axon model of McIntyre et al. (2002, http://senselab.med.yale.edu/ModelDb/showmodel.asp?model=3810). I'm measuring the propagation speed by detecting the time the membrane potential passes -40mV using an APcount point process (code can b...
by davidsterratt
Thu Sep 21, 2006 8:25 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Assertion failed: file init.c, line 775
Replies: 5
Views: 7073

Thank-you

Hello Mike & Ted, Thanks for the -- as ever -- speedy fix to this problem and thanks too for the point about the units. I've been forgetting to run modlunit recently... I've pulled the development version from the subversion repository, and it seems to be working fine so far. All the best, David.
by davidsterratt
Wed Sep 20, 2006 10:49 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Assertion failed: file init.c, line 775
Replies: 5
Views: 7073

Assertion failed: file init.c, line 775

Hello all, I can compile the appendend NMODL file (which is meant to simulate the development of the neuromuscular junction), but when I come to run nrngui, I get the following error: loading membrane mechanisms from /home/sterratt/projects/nmj/neuron/i686/.libs/libnrnmech.so Additional mechanisms f...
by davidsterratt
Thu Aug 31, 2006 11:01 am
Forum: Getting started
Topic: first step in neuron
Replies: 8
Views: 16409

Updated version of emacs hoc mode

Following Raj's helpful suggestions, I've updated the emacs hoc mode.
by davidsterratt
Thu Aug 31, 2006 9:58 am
Forum: Modeling networks
Topic: Simple example of MPI network simulation
Replies: 0
Views: 5901

Simple example of MPI network simulation

Hello all, Andrew Gillies and I have created a simple network simulation using the MPI features of Neuron 5.9. It models the highly biologically-relevant case of a network of squid axons connected by excitatory synapses (cough). The reason we wrote it was that we needed a script to benchmark the per...
by davidsterratt
Fri Apr 21, 2006 5:34 am
Forum: Getting started
Topic: first step in neuron
Replies: 8
Views: 16409

Nmodl mode for emacs

Hello syntax highlighters of an emacs persuasion, it was suggested to me that I post my new nmodl mode for emacs here as well as in the announcements forum. http://www.anc.ed.ac.uk/~dcs/progs/neuron/ Any suggestions or edits to the code would be welcome. The list of highligted words almost certainly...
by davidsterratt
Thu Apr 20, 2006 9:33 am
Forum: NEURON Announcements
Topic: Emacs nmodl mode
Replies: 0
Views: 9756

Emacs nmodl mode

Hello Neuron users who edit with emacs

I've written a basic nmodl mode for mod files. It's based on the nrnhoc mode I released some time ago. Downloads and installation instructions for both modes are at:

http://www.anc.ed.ac.uk/~dcs/progs/neuron/

All the best,

David.
by davidsterratt
Thu Apr 20, 2006 7:03 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Absolute refractory period for IntFire2
Replies: 1
Views: 3710

Absolute refractory period for IntFire2

Hello all, I was hoping to use NEURON for some very simple demos of integrate and fire neurons. One demo I'd like to do is an f-I curve of an IF neuron with an absolute refractory period. IntFire1 has an absolute refractory period, but no bias current. IntFire2 has bias current but no absolute refra...
by davidsterratt
Fri Jan 20, 2006 5:47 am
Forum: Adding new mechanisms and functions to NEURON
Topic: nocmodl: diffeq.y:194: difeq_yyerror: Assertion `0' failed.
Replies: 6
Views: 10374

Thanks in advance for the fix and thanks for the explanation Mike -- I now understand a bit more about the numerical solution methods in NEURON. Just to check I've understood it right, when the fix has been applied, the diagaonal element of the Jacobian corresponding to <code> V' = (alphav * sigm(ca...
by davidsterratt
Wed Jan 18, 2006 5:30 am
Forum: Adding new mechanisms and functions to NEURON
Topic: nocmodl: diffeq.y:194: difeq_yyerror: Assertion `0' failed.
Replies: 6
Views: 10374

Re: Fixing NMODL code that won't compile

Excellent question, David, and thoughtful dissection of the intermediate files, Raj. What happened here is a result of the fact that "cnexp is limited to linear equations that are very easy to parse" (to quote an old email from Michael Hines). After all, it was intended for use with HH-st...
by davidsterratt
Tue Jan 17, 2006 11:41 am
Forum: Adding new mechanisms and functions to NEURON
Topic: nocmodl: diffeq.y:194: difeq_yyerror: Assertion `0' failed.
Replies: 6
Views: 10374

nocmodl: diffeq.y:194: difeq_yyerror: Assertion `0' failed.

I'm getting the following (cryptic) error when compiling the following nmodl file: ~/datastore/nrn-5.8/i686/bin/nrnivmodl "/home/sterratt/datastore/nrn-5.8/i686/bin/nocmodl" psd Translating psd.mod into psd.c nocmodl: diffeq.y:194: difeq_yyerror: Assertion `0' failed. make: *** [psd.lo] Ab...