Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit e85d695

Browse files
committed
Fixing expsyn generate_acc docs
1 parent 73772ea commit e85d695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/expsyn/generate_acc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
55
$ python generate_acc.py --output-dir test_acc/ --replace-axon
66
7-
Will save 'l5pc.json', 'l5pc_label_dict.acc' and 'l5pc_decor.acc'
7+
Will save 'simple_cell.json', 'simple_cell_label_dict.acc' and 'simple_cell_decor.acc'
88
into the folder 'test_acc' that can be loaded in Arbor with:
99
'cell_json, morpho, decor, labels = \
10-
ephys.create_acc.read_acc("test_acc/l5pc_cell.json")'
10+
ephys.create_acc.read_acc("test_acc/simple_cell_cell.json")'
1111
An Arbor cable cell can then be created with
1212
'cell = arbor.cable_cell(morphology=morpho, decor=decor, labels=labels)'
1313
The resulting cable cell can be output to ACC for visual inspection
1414
and e.g. validating/deriving custom Arbor locset/region/iexpr
1515
expressions in the Arbor GUI (File > Cable cell > Load) using
16-
'arbor.write_component(cell, "l5pc_cable_cell.acc")'
16+
'arbor.write_component(cell, "simple_cell_cable_cell.acc")'
1717
'''
1818
import argparse
1919

0 commit comments

Comments
 (0)