single_cell_parser
❭ cell
❭ PointCell
❭ append
PointCell.append¶
-
single_cell_parser.cell.PointCell.append(spikeT, spike_source=
None
)¶ Append an additional spike time to the presynaptic cell.
Used in
_create_pointcell_activities()
to create a variety of spike times for presynaptic cells.- Parameters:¶
spikeT (float) – Spike time.
spike_source (str) – Spike source category (see
single_cell_parser.network.NetworkMapper._create_pointcell_activities()
)
- Raises:¶
AssertionError – If the spike source is unknown.