Skip to content

Commit

Permalink
swc: Add 'pre and post' label to header
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 23, 2022
1 parent 00017e1 commit ff99172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/io/swc_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def _write_swc(x: 'core.TreeNeuron',
""")
if export_connectors:
header += dedent("""\
# 7 = presynapses, 8 = postsynapses
# 7 = presynapses, 8 = postsynapses, 9 = both pre- and post-synapses
""")
elif not header.endswith('\n'):
header += '\n'
Expand Down

0 comments on commit ff99172

Please sign in to comment.