Skip to content

Commit ff99172

Browse files
committed
swc: Add 'pre and post' label to header
1 parent 00017e1 commit ff99172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

navis/io/swc_io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def _write_swc(x: 'core.TreeNeuron',
576576
""")
577577
if export_connectors:
578578
header += dedent("""\
579-
# 7 = presynapses, 8 = postsynapses
579+
# 7 = presynapses, 8 = postsynapses, 9 = both pre- and post-synapses
580580
""")
581581
elif not header.endswith('\n'):
582582
header += '\n'

0 commit comments

Comments
 (0)