single_cell_parsernetworkNetworkMapper_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:

  1. For PointCell: see _create_pointcell_activities()

  2. For SpikeTrain: see _create_spiketrain_activities()