write_cell_synapse_locations¶
- 
single_cell_parser.writer.write_cell_synapse_locations(fname=None, synapses=None, cellID=None)¶
- Write a .syn file. - .syn files contain a cell’s synapses with the locations coded by section ID and section x of cell with ID “cellID”. - See also: - .syn for more information on the .syn file format. 
- single_cell_parser.reader.read_synapse_realization()for the corresponding reader function.
- write_pruned_synapse_locations()for a similar function that includes a pruned flag.
 
Documentation unclear, incomplete, broken or wrong? Let us know