Search found 21 matches

by pass1945
Sat Mar 30, 2013 8:08 pm
Forum: Getting started
Topic: Building a automatic control for opening and closinhoc files
Replies: 5
Views: 2820

Re: Building a automatic control for opening and closinhoc f

Dear Ted, Thank you for your suggestions! Now I was able to build a bash script to control the opening and closing of Neuron. Now for collecting the results, can I create something inside of NEURON so that every time I start a simulation by opening the file, I can append my results? It seems like in...
by pass1945
Sat Mar 23, 2013 3:40 pm
Forum: Getting started
Topic: Building a automatic control for opening and closinhoc files
Replies: 5
Views: 2820

Re: Building a automatic control for opening and closinhoc f

Dear Ted! Thank you for the response! Its been a while since I posted this thread, and I haven't gotten a chance to do multiple simulations until now. The code you provided to me seemed really helpful. However, this seems to work only within one hoc file. Now for my case, I actually need to change t...
by pass1945
Tue Jan 15, 2013 5:37 pm
Forum: Getting started
Topic: e_extracellular question
Replies: 1
Views: 2190

e_extracellular question

Dear Ted, I have a really basic question about what is being collected when I use e_extracellular. Recall that my model is on ephaptic effect, with one row of cells firing, creating an extracellular field that affect the second row of cells fire, and these two rows are not connected. I inserted extr...
by pass1945
Thu Dec 06, 2012 5:29 pm
Forum: Getting started
Topic: Using e_extracellular for myelinated axon
Replies: 1
Views: 1683

Using e_extracellular for myelinated axon

Hi Ted, I have a question on insert e_extracellular on myelinated axon. If I have two nodes within the myelin, and I want to insert e_extracellular on the nodes that are NOT within the myelin, can I still use "for(x,0)" to insert it, or do I need to calculate the specific positions on the ...
by pass1945
Fri Oct 26, 2012 2:34 pm
Forum: Getting started
Topic: Building a automatic control for opening and closinhoc files
Replies: 5
Views: 2820

Building a automatic control for opening and closinhoc files

Dear Ted, I'm wondering if I can create a "automatic control" file in NEURON. Specifically, I want to run several .hoc files simultaneously, and for each .hoc file I want them to open and then close on their own. Right now I'm doing the work of changing a parameter, then opening each file ...
by pass1945
Wed Oct 17, 2012 10:18 am
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Re: Use the same cell model multiple times

I plotted the extracellular's i_membrane, and compare it with what I plotted by adding all of the ionic current +capacitive+passive current together, it appeared to me that my added current was larger. I'd have to see this for myself. Ted, I'm going to send this to your e-mail. Please check accordi...
by pass1945
Mon Oct 15, 2012 11:59 am
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Re: Use the same cell model multiple times

Hi Ted, Don't do that. Use extracellular's i_membrane, which includes all ionic currents and membrane capacitive current. Thank you for answering my questions! So I plotted the extracellular's i_membrane, and compare it with what I plotted by adding all of the ionic current +capacitive+passive curre...
by pass1945
Tue Oct 09, 2012 11:33 am
Forum: Getting started
Topic: Inject the pulse train
Replies: 1
Views: 2337

Inject the pulse train

Hi Ted, I'm trying to inject a pulse train into my cell. I used the .mod file that you posted here: http://www.neuron.yale.edu/neuron/faq#playevents A: Right you are. Pick up pulsedistrib.zip, and unzip it into an empty directory. This creates a subdirectory called pulsedistrib, which contains Ipuls...
by pass1945
Tue Oct 09, 2012 11:07 am
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Re: Use the same cell model multiple times

Hello Ted, I'm sorry that it took a while for me to respond to this thread. I thought that you didn't respond. Let me reword my question, and let's just discard everything that I said before about creating 10 neurons. Now, to make this simple, if I have two cells in Neuron, I stimulate neuron1 makin...
by pass1945
Mon Sep 03, 2012 9:36 pm
Forum: Getting started
Topic: Save only the graphs
Replies: 1
Views: 1413

Save only the graphs

Hi Ted, Just a simple question. Are there any ways that I can save only the graphs after I run my model? My problem is that it usually takes long for my model to run, and after each run, I need to zoom in to look at specific regions. Thus I want to just save my graphs so later on when I need to do a...
by pass1945
Thu Aug 02, 2012 10:19 am
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Re: Use the same cell model multiple times

Hi Ted, Don't they interact with each other by means of field effects? Yes they do, but only with field effects. So they don't have any other interactions. For the moment, let's just think about one cell in the "second row." You want the extracellular potential at the surface of this cell ...
by pass1945
Wed Aug 01, 2012 9:51 am
Forum: Getting started
Topic: Movie Space Plot on Derivatives
Replies: 3
Views: 2886

Re: Movie Space Plot on Derivatives

Hi Ted, You are right on the fact that electrical field is a vector (both value and directions). I guess both my PI and I just wanted to see the field on x-y directions. 2. What generates the field you're interested in--the membrane current of the cell itself, or current injected into the medium by ...
by pass1945
Tue Jul 31, 2012 4:20 pm
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Re: Use the same cell model multiple times

And how can I create a list of cells that are separated, if this is the way doing it? Are there any link or tutorials? I looked through the List class but didn't find anything helpful for my problem... Thanks!
by pass1945
Tue Jul 31, 2012 4:18 pm
Forum: Getting started
Topic: Use the same cell model multiple times
Replies: 11
Views: 6475

Use the same cell model multiple times

Hi Ted, So I'm trying to use only one cell model(.hoc), and by changing a parameter of my extracellular field stimulation, I will collect the current information responded from the stimulation. Everytime I use the cell model, there is only one variable value that I need to change. However, I found t...
by pass1945
Tue Jul 31, 2012 3:17 pm
Forum: Getting started
Topic: Movie Space Plot on Derivatives
Replies: 3
Views: 2886

Movie Space Plot on Derivatives

Hi Ted, So I'm trying to plot a extracellular field movie space plot. I have done a space plot on e_extracellular vs. a bunch of points on my neuron, but I'm also trying to plot out the field vs. points on my neuron. It should be really easy since it is just the spatial derivative of extracellular v...