Search found 14 matches
- Sat Nov 10, 2012 12:08 am
- Forum: Other questions
- Topic: recording current
- Replies: 9
- Views: 5425
Re: recording current
Hello Ted, I solved the issue, I was using multiple scripts and something went wrong in the order in which I called it, now I don't get any more errors. However I had a question, I want to save the data to be read in matlab from your earlier code to automate the postprocessing of recorded currents. ...
- Fri Nov 09, 2012 3:47 pm
- Forum: Other questions
- Topic: recording current
- Replies: 9
- Views: 5425
Re: recording current
Hello Ted, thanks for your solution, but I am facing another problem now which didn't happen before. I get the Segmentation violation error when I use run() after I insert the xtra mechanism . I tried forall and forsec cellsections (with either of the methods that you suggested) both gave me the sam...
- Tue Nov 06, 2012 2:41 pm
- Forum: Other questions
- Topic: recording current
- Replies: 9
- Views: 5425
Re: recording current
Hello Ted, I get the following error when I try to implement the code with a preexisting model: extracellular mechanism not inserted in section xScale However if I go to the GUI and view inserted mechanisms xtra is present. I am not sure what I am missing. I also tried with xtr.mod, same error. My a...
- Fri Apr 08, 2011 5:20 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
Hello Ted,
Thanks for your reply. The superposition worked, I can now get both stimuli working together. For after solve I used the same statement from xtra.mod as I had dissociated stimulation and recording electrodes. So a single recording electrode works for my purpose.
regards.
Thanks for your reply. The superposition worked, I can now get both stimuli working together. For after solve I used the same statement from xtra.mod as I had dissociated stimulation and recording electrodes. So a single recording electrode works for my purpose.
regards.
- Wed Apr 06, 2011 2:34 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Multiple statements in Before Breakpoint block of xtra
Hello Ted, I wanted to create 2 instances of monopolar stimulating electrode and 1 instance of recording electrode. I modified the xtra.mod file as follows: NEURON { SUFFIX xtra RANGE rx, er, rxstim1, rxstim2 RANGE x, y, z GLOBAL is, isap POINTER im, ex, exap } PARAMETER { : default transfer resista...
- Mon Mar 07, 2011 4:01 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
Hello Ted, thanks for the clarification, they was some problem in compiling the mod file as a point process. Its been sorted out now. Still getting used to the some of the hoc syntax. Now am able to implement the extracellular stimulation and recording code to the CA1 neuron I am using for my experi...
- Mon Feb 28, 2011 2:10 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
I went through the hoc files along with xtra.mod including setpointer.hoc. I wish to know if fsin.mod is to be treated as a mechanism or point process? either way I keep getting syntax errors. I cannot figure out what I am missing yet.
thanks,
regards.
thanks,
regards.
- Sun Jan 30, 2011 9:40 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
sorry a correction in the code:
thanks,
regards
Code: Select all
proc freq_stim() {
f_fsin=5
n_fsin=1000
amp_fsin=100
}
freq_stim()
forall if (ismembrane("xtra")) {
x_fsin(&is_xtra)
}
regards
- Sun Jan 30, 2011 8:55 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
Hello Ted, I tried using the fsin.mod file to generate the sinwave to be used as input to the extracellular stimulus recording program using the initxstim.hoc. However I am not seeing a response. I cannot figure out where I am going wrong. I understand that Pointer "x" in fsin.mod passes t...
- Thu Jan 13, 2011 2:11 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
thank you Ted.
- Wed Jan 12, 2011 4:58 pm
- Forum: Other questions
- Topic: Extracellular Stimulation (2d)
- Replies: 39
- Views: 40585
Re: Extracellular Stimulation (2d)
Hello Ted, I am trying to implement the extracellular stim and rec on Poirazi's model. I need to give a sinusoidal stimuli on selective segments, if possible could you post the mod file you mentioned earlier along with the instructions to link it to xtra's stimulus current variable. For this, better...
- Wed May 03, 2006 4:30 am
- Forum: Modeling networks
- Topic: Attaching a synapse changes cell response in Network Builder
- Replies: 5
- Views: 8453
- Tue May 02, 2006 8:55 am
- Forum: Modeling networks
- Topic: Attaching a synapse changes cell response in Network Builder
- Replies: 5
- Views: 8453
- Tue May 02, 2006 6:02 am
- Forum: Modeling networks
- Topic: Attaching a synapse changes cell response in Network Builder
- Replies: 5
- Views: 8453
Attaching a synapse changes cell response in Network Builder
I have been trying to use the network builder to connect two neurons. The model neuron oscillates spontaneously when it is dragged into the network layout field and run after toggling the create button on. Once I attach a synpase (synaptic conductance and other synaptic parameter values are zero) an...