BlueBrain / morph-tool

https://morph-tool.readthedocs.org/
GNU Lesser General Public License v3.0
8 stars 7 forks source link

amira format converter #108

Closed arnaudon closed 1 year ago

arnaudon commented 2 years ago

TO use:

from morph_tool.amira_converter import load_amira

morphio_morph = load_amira('path_to_amira_file.am')
morphio_morph.write('path_morph.asc')
arnaudon commented 1 year ago

Hello, this is ready to be reviewed, it is currently being used/tested by @alTeska for her project.

eleftherioszisis commented 1 year ago

Would it be possible to add a test so that fixing issues is easier?

arnaudon commented 1 year ago

Would it be possible to add a test so that fixing issues is easier?

I forgot to add it to the commit, my bad