SynapseMapper.create_synapses¶
- 
single_cell_parser.synapse_mapper.SynapseMapper.create_synapses(preType='Generic')¶
- Map synapses onto a morphology based on a synapse distribution. - In this case, - synDisthas to be a- ScalarFieldof synapse densities.- This method is nearly identical to - singlecell_inputmapper’s- create_synapses(), but with the following differences:- the synapse density is not drawn from a Poisson distribution if - isDensityis False.
- the synapses are not assigned on a per-structure basis (e.g. separate for soma, dendrite, axon …) 
 - It is added here for completeness, in case you need a singular, quick network realization. For a specialized network realization with more fine-grained control, use the - singlecell_inputmapper.singlecell_input_mapperpackage instead.
Documentation unclear, incomplete, broken or wrong? Let us know