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 Jul 28, 2023
1 parent e19a6e2 commit e169670
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: Union['core.TreeNeuron', 'core.Dotprops'],
""")
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 e169670

Please sign in to comment.