Search found 38 matches

by Corinne
Mon Oct 17, 2011 11:57 am
Forum: Getting started
Topic: Import3D creates 2 soma
Replies: 4
Views: 3361

Import3D creates 2 soma

Hello, I am importing a 3d morphology using the Import 3D tool. When I import I get an error: Main branch starting at line 657 is outside the soma bounding boxes Making a logical connection to center of nearest soma I then get a "Possible root branch errors" dialog box that says" Defa...
by Corinne
Tue Sep 27, 2011 5:07 pm
Forum: Getting started
Topic: Place dot on on shape plot using .hoc code
Replies: 2
Views: 2251

Re: Place dot on on shape plot using .hoc code

Oh, and is there also a way to put a label by the dot that says the location such as "dend[49](0.64)"

Thanks!
by Corinne
Tue Sep 27, 2011 4:07 pm
Forum: Getting started
Topic: Place dot on on shape plot using .hoc code
Replies: 2
Views: 2251

Place dot on on shape plot using .hoc code

I am placing synapses on a realistic dendritic morphology via .hoc code for example: objref syn1 access dend[49] syn1 = new AlphaSynapse(.928571) // place a synapse //syn1 = new AlphaSynapse(0.642857) syn1.get_loc() syn1.onset = 1 // ms syn1.tau = 5 // ms syn1.gmax = .001 // uS syn1.e = 0 // mV Then...
by Corinne
Mon Sep 26, 2011 7:05 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Hi Ted, Sorry to rehash this again, but I think the max mechanism you posted on this thread on Sep 3 to find the maximum epsp isn't quite right. I didn't notice it before due to a bug I had in my code. I think the mechanism is finding the epsp amplitude at all segments of the dendritic tree at the l...
by Corinne
Mon Sep 26, 2011 3:15 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Using Mainen & Sejnowski ion channels in new model via gui
Replies: 1
Views: 2130

Using Mainen & Sejnowski ion channels in new model via gui

I am attempting to build a model via the gui. I would like to use the ion channels from the Mainen and Sejnowski (1996) paper (called patdemo on modelDB). I can see the ion channel mechanisms in the 'Specify Strategy' under Biophysics in the Cell Builder. As an example, when I choose to insert na (b...
by Corinne
Mon Sep 26, 2011 2:40 pm
Forum: Getting started
Topic: Cant see sections in Graph >> Plot What
Replies: 1
Views: 2976

Cant see sections in Graph >> Plot What

I have a cell with 68 sections: a soma section and dend sections 0 though 66. I want to plot a voltage trace at various places in the dendrites. When I open 'plot what' in the graph menu in order to choose the sections I want to see only a few sections show up in the menu: dend[0]. dend[1]. dend[2]....
by Corinne
Thu Sep 22, 2011 4:57 pm
Forum: Getting started
Topic: reopen cell builder
Replies: 1
Views: 1780

reopen cell builder

I am wondering if there is anyway to reopen a cell builder to an already built cell. For example, say "you" build a cell and run it. You are tweaking the parameters in the cell and rerunning to see what the effects are on the cell. Then you accidently close the cell builder and want to reo...
by Corinne
Tue Sep 20, 2011 2:40 am
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Also I would like to put the maximum epsp amplitudes in a vector so that I can take the .max and .min of the vector in order to automatically set the scale of my ShapePlot. I think I need something like the following but I can't quite get it right: //put the max amplitute epsp of every segment and s...
by Corinne
Mon Sep 19, 2011 6:22 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Hi Ted, I am trying to get the hoc commands working to plot the max mechanism using the PlotShape commands. Currently I have: objref sh sh = new PlotShape() sh.variable("max") sh.scale(some number, other number) This brings up a ShapePlot with the appropriate variable (max). However, the c...
by Corinne
Sun Sep 11, 2011 1:21 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Ted, I finally get it! I neglected to mention that all this time I had been repeatedly reading the Programmers Reference I just didn't understand it. Here is a summary of the distance function that is a bit more clear for me-- perhaps it will help someone else that maybe as confused as I was: Two st...
by Corinne
Fri Sep 09, 2011 11:26 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

With regard to distance(), I was trying to play with a simple model to figure out what is going on: create axon access axon {nseg = 5 L=1000} for (x) print x, distance(0,x) Here the output is: 0 0 0.1 0.1 0.3 0.3 0.5 0.5 0.7 0.7 0.9 0.9 1 1 When I do for (x) print x, distance(1,x) The output is 0 10...
by Corinne
Wed Sep 07, 2011 7:13 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Sorry Ted, I don't quite get it--sorry to be so slow on the uptake. Are you saying that I can run your original code but then add a 'forall insert max' at the bottom (after compiling the max.mod file) and then a set of graphing commands? Or am I supposed to use the code I altered (which also errored...
by Corinne
Sat Sep 03, 2011 5:18 am
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Re: Jaffe & Carnevale 1999 code

Thank you, this was very helpful to get me started. I do have a couple more questions. I succeeded in getting your code working on my own morphologies. However I am trying to tweak the code to do something similar and I realize I don't understand some things. The code you provided creates a plot of ...
by Corinne
Thu Aug 25, 2011 7:14 pm
Forum: Anatomically detailed models
Topic: Jaffe & Carnevale 1999 code
Replies: 25
Views: 12675

Jaffe & Carnevale 1999 code

Hi Ted,

I would like to plot a graph much like figure 4D in your paper "Transfer impedance and synaptic integration". I can't find that code on modelDB. Is there a way I can get a hold of it, or do you know of another code that does similar things I can take a look at?

Thanks!
Corinne
by Corinne
Tue Jul 12, 2011 1:08 am
Forum: Anatomically detailed models
Topic: Modifying morphological data
Replies: 5
Views: 4551

Re: Modifying morphological data

I would like to resurrect this thread with a closely related question. In the Mainen & Sejnowski model, I was curious if the spiking behavior would be similar if I scaled up the size of the small L3 Aspiny neuron (lcAS3.hoc in the demofig1.hoc code), so that its surface area was equal to that of...