Search found 6 matches

by gladonias
Fri Oct 02, 2020 5:33 am
Forum: NEURON + Python
Topic: External Stimuli not working
Replies: 1
Views: 4774

External Stimuli not working

Hi, I'm trying to stimulate a cell using NetStim/ExpSyn (I also tried with IClamp) and there's no response on the membrane potential. I've double-checked with the NEURON+Python Tutorial and with some of my older scripts that are working fine and I can't see what I'm missing. Would any of you be able...
by gladonias
Thu Sep 17, 2020 11:34 am
Forum: NEURON + Python
Topic: cell counting on an image with python
Replies: 4
Views: 5562

Re: cell counting on an image with python

hello ted, thank you for your answer. So i made a mistake when i wrote my post sorry. I have brain slices with fluorescent signal ( i.e :eYFP) and i would like to count the number of pixels corresponding to the fluo signal. So it is not counting cells. Sorry for the mistake. regards This seems like...
by gladonias
Thu Sep 17, 2020 11:26 am
Forum: NEURON + Python
Topic: Connect multiple cells using connection probabilities
Replies: 4
Views: 7365

Re: Connect multiple cells using connection probabilities

Let's say you instantiated a model of a neuron into a variable named cell , you can get the total number of dendritic compartments with len(cell.dend) . Interesting. Can you provide a working example? Here's a snippet of one of my scripts where preSyn is the pre-synaptic neuron, and postSyn is the ...
by gladonias
Mon Sep 14, 2020 9:17 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Frequency dependent activation of g protein models
Replies: 2
Views: 12139

Re: Frequency dependent activation of g protein models

Have you checked ModelDB?
Maybe someone already did something of the sort.
by gladonias
Mon Sep 14, 2020 7:36 am
Forum: NEURON + Python
Topic: Connect multiple cells using connection probabilities
Replies: 4
Views: 7365

Re: Connect multiple cells using connection probabilities

Let's say you instantiated a model of a neuron into a variable named cell, you can get the total number of dendritic compartments with len(cell.dend).