Search found 1 match
- Mon Aug 05, 2024 11:00 pm
- Forum: NEURON + Python
- Topic: Issue with asc vs swc file format
- Replies: 0
- Views: 2061
Issue with asc vs swc file format
Hi all, I have encountered an issue recently that I am not sure how to solve. I am instantiating a neuron using a python class that loads a neurolucida .asc file: from neuron import h, gui h.load_file('import3d.hoc') h.load_file("stdlib.hoc") class toyCell_a: def __init__(self): self.load_...