neurenv/hoc/importswc.hoc
2026-07-11 18:20:01 -04:00

10 lines
183 B
Plaintext

objref cell, i3d, null
proc importswc() {
cell = new Import3d_SWC_read()
cell.input("pruned.swc")
i3d = new Import3d_GUI(cell, 0)
i3d.instantiate(null)
}
importswc()