Search found 65 matches
- Mon Mar 20, 2023 10:33 pm
- Forum: Anatomically detailed models
- Topic: Segmentation violation error in swc
- Replies: 4
- Views: 79
Re: Segmentation violation error in swc
I see, understood.Thank you!
- Mon Mar 20, 2023 5:13 pm
- Forum: Anatomically detailed models
- Topic: Segmentation violation error in swc
- Replies: 4
- Views: 79
Re: Segmentation violation error in swc
thank you very much for your response Ted Regarding point 2. indeed I have noticed this myself and had decided to artifially add radius. Based on the data at my disposal I can estimate average radius per section. I have 4 sections, so four average radius values. That is not an ideal solution but my ...
- Fri Mar 17, 2023 3:15 pm
- Forum: Anatomically detailed models
- Topic: Segmentation violation error in swc
- Replies: 4
- Views: 79
Segmentation violation error in swc
Hello I load this morphology with "new Import3d_SWC_read()" and when I plot the voltage, I get a segmentation violation error. I have used similar morphologies and others worked well. Unsure what I should be looking for that would be causing this error. Is it a discontinuity in the SWC poi...
- Fri Mar 10, 2023 7:48 pm
- Forum: The GUI
- Topic: recording HCN channels using GUI
- Replies: 7
- Views: 301
Re: recording HCN channels using GUI
thank you Ted! Repetetion of fundamental concepts is very fruitful. It is very true that in person interactions are many times better, however through this forum you've been nothing but a great teacher and a mentor to all of us. I would like to illustrate my issue in this context with a specific exa...
- Wed Mar 08, 2023 6:35 pm
- Forum: The GUI
- Topic: recording HCN channels using GUI
- Replies: 7
- Views: 301
Re: recording HCN channels using GUI
that sounds very good, thank you. I will post here my solution. One clarification that always confuses me. I dont want to "add" a distributed mechanism to the model. The model already has distributed mechanisms added to it an I want to write a voltage clamp experiment to record them (speci...
- Wed Mar 08, 2023 5:23 pm
- Forum: The GUI
- Topic: recording HCN channels using GUI
- Replies: 7
- Views: 301
Re: recording HCN channels using GUI
thank you Ted I am doing a voltage clamp on my pyramidal cell to record Ih under different holding potentials. Following your steps I write: pyr1 = h.cADpyr229_L23_PC_c2e79db05a # name of the cell template defined next to begintemplate in the model hoc file. pyr1_v_vec = h.Vector() pyr1_i_vec = h.Ve...
- Tue Mar 07, 2023 3:36 pm
- Forum: The GUI
- Topic: recording HCN channels using GUI
- Replies: 7
- Views: 301
recording HCN channels using GUI
Hello I want to record the HCN currents per some surface area in my multicompartment model using GUI. I have searched through the following links but haven't found relevant insructions yet. https://nrn.readthedocs.io/en/latest/search.html?q=GUI+record+Ih+&check_keywords=yes&area=default Than...
- Fri Feb 24, 2023 9:17 pm
- Forum: Anatomically detailed models
- Topic: cells don't fire without axon
- Replies: 1
- Views: 128
cells don't fire without axon
hello I am using a L23 pyramidal neuron from the HBP cortical microcircuit, Aberra et al 2018 https://senselab.med.yale.edu/ModelDB/S ... del=241165. I replace the morphology of a L23 cortical cell with my own morphology, but I preserve mechnanisms and synapse distribution from the HBP. If I use sol...
- Fri Feb 24, 2023 9:08 pm
- Forum: Anatomically detailed models
- Topic: EOF in fscan
- Replies: 2
- Views: 66
Re: EOF in fscan
yes the file being scanned was corrupted. I fixed it, thank you!
- Mon Feb 20, 2023 5:54 pm
- Forum: Anatomically detailed models
- Topic: EOF in fscan
- Replies: 2
- Views: 66
EOF in fscan
hello I am using a L23 pyramidal neuron from the HBP cortical microcircuit, Aberra et al 2018 https://senselab.med.yale.edu/ModelDB/ShowModel?model=241165 . I replace the morphology of a L23 cortical cell with my own morphology, but I preserve mechnanisms and synapse distribution from the HBP. If th...
- Wed Jan 04, 2023 7:32 pm
- Forum: Anatomically detailed models
- Topic: SWC file content
- Replies: 6
- Views: 424
Re: SWC file content
good to know, thanks that's very interesting.
I relied on this link if others seek similar information.
http://www.neuronland.org/NLMorphologyC ... /Spec.html
I relied on this link if others seek similar information.
http://www.neuronland.org/NLMorphologyC ... /Spec.html
- Tue Jan 03, 2023 3:13 pm
- Forum: Anatomically detailed models
- Topic: SWC file content
- Replies: 6
- Views: 424
Re: SWC file content
thank you that makes sense, I thought I should've looked in Programmer's reference.
- Mon Jan 02, 2023 5:24 pm
- Forum: Anatomically detailed models
- Topic: SWC file content
- Replies: 6
- Views: 424
SWC file content
Hello
I am looking for documentation on the swc morphology format.
I want to be reminded of what each of the columns in a given file represents.
thank you,
Alexandra
I am looking for documentation on the swc morphology format.
I want to be reminded of what each of the columns in a given file represents.
thank you,
Alexandra
- Fri Dec 09, 2022 6:41 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: alternating the expression of GABA current in mod file
- Replies: 5
- Views: 603
Re: alternating the expression of GABA current in mod file
Hello Ted this is again within the context of Depolarization induced suppression of inhibition (DSI). I am implementing a simpler model this time. I want the DSI to start after the pyramidal cell is depolarized and last for 1.8 seconds. I want the amplitude of the current to decay according to the f...
- Wed Dec 07, 2022 9:06 pm
- Forum: Adding new mechanisms and functions to NEURON
- Topic: alternating the expression of GABA current in mod file
- Replies: 5
- Views: 603
alternating the expression of GABA current in mod file
Hello I have a question related to NMODL syntax. I would like the expression for the GABA current to change at the onset of a patch clamp simulation. The patch clamp is not defined in the NMODL file but in my python script. In the mod file, I have set that if my voltage goes beyond a certain value, ...