raster_150neurons_1s.py: Script for viewing the neural activity of 150 in 1 sec.

Population activity and membrane dynamics of 150 neurons

The figure is invisibly generated and saved under the current working directory and under the sub-directory ~/raster150_1s/

+---------------------+-----------+-----------+
|                     |           |           |
|      subplot 1      | subplot 2 | subplot 3 |
|                     |           |           |
+---------------------+-----------+-----------+
|                     |                       |
|      subplot 4      |       subplot 5       |
|                     |                       |
+---------------------+-----------------------+

Figure contains five subplots such that for each disinhibition experiment it plots:

Subplot

Content

Interpretation

1

raster of all the neurons

analyseur.cbgtc.visual.markerplot.plot_raster_in_ax()

2

CV distribution of all the neurons

analyseur.cbgtc.visual.variation.plotCV_in_ax()

3

mean rate of all the neurons

analyseur.cbgtc.visual.rate.plot_mean_rate_spikecounts_in_ax()

4

mean membrane voltage

analyseur.cbgtc.visual.measurable.VoltageTrace.plot_in_ax()

5

pooled PSTH

analyseur.cbgtc.visual.peristimulus.VizPSTH.plot_pool_in_ax()


cbgtc.raster_150neurons_1s.main()[source]