Search found 6 matches
- Fri Oct 02, 2020 5:33 am
- Forum: NEURON + Python
- Topic: External Stimuli not working
- Replies: 1
- Views: 6932
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...
- Thu Sep 17, 2020 11:34 am
- Forum: NEURON + Python
- Topic: cell counting on an image with python
- Replies: 4
- Views: 7212
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...
- Thu Sep 17, 2020 11:26 am
- Forum: NEURON + Python
- Topic: Connect multiple cells using connection probabilities
- Replies: 4
- Views: 10911
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 ...
- 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: 28521
Re: Frequency dependent activation of g protein models
Have you checked ModelDB?
Maybe someone already did something of the sort.
Maybe someone already did something of the sort.
- Mon Sep 14, 2020 7:36 am
- Forum: NEURON + Python
- Topic: Connect multiple cells using connection probabilities
- Replies: 4
- Views: 10911
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).
- Mon Sep 14, 2020 7:23 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: injecting continuous normally distributed noise in python
- Replies: 2
- Views: 26268
Re: injecting continuous normally distributed noise in python
Have you checked NetStim.noise?