single_cell_parser
❭ network
❭ NetworkMapper
❭ _create_presyn_cells
NetworkMapper._create_presyn_cells¶
- single_cell_parser.network.NetworkMapper._create_presyn_cells()¶
Creates presynaptic cells.
This is the second step in creating a functional network with
create_saved_network2()
. The synapses should already be created in_assign_anatomical_synapses()
(step 1).Network parameters contains information on how many presynaptic cells per synapse type there are. This method simply creates these cells as
PointCell
objects.