single_cell_parser
❭ network
❭ NetworkMapper
❭ _activate_presyn_cells
NetworkMapper._activate_presyn_cells¶
- single_cell_parser.network.NetworkMapper._activate_presyn_cells()¶
Create PointCell or SpikeTrain activation patters for each presynaptic cell.
This is the third step in creating a functional network with
create_saved_network2()
. The synapses should already be created in_assign_anatomical_synapses()
(step 1) and the presynaptic cells in_create_presyn_cells()
(step 2).Depending on the cell type of a synapse, this method creates activation patterns for each presynaptic cell:
For
PointCell
: see_create_pointcell_activities()
For
SpikeTrain
: see_create_spiketrain_activities()