-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 Dimensional models instead of 1D #34
Comments
NeuGen does not generate/export 3D networks. |
As @stephanmg has already pointed out, this is not part of NeuGen's functionality.
However, there have been efforts to automate the creation of individual 3D cells from 1D. One of them is AnaMorph (produced meshes are nice-looking, but very fine and probably require an AMG solver for simulation purposes). The UG4 neuro_collection plugin also offers some experimental functionality for 1D->3D conversion (e.g., in grid_generation/neurites_from_swc.*), which is intended to produce coarse grids for GMG solvers by leveraging the inherent anisotropic structure of neurons. |
I second @bsumirak comments. If you want to mesh cells from NeuroMorpho.org I might have an automatisation tool you might find usefull. |
I will definitely check out AnaMorph. Downbloading Neurons from NeuroMorpho.org was one of my options anyway, so i'm very interested in the automatisation tool! |
@RABuijse then check this out: https://github.com/NeuroBox3D/AnaMorph and https://github.com/NeuroBox3D/neuromorpho |
Hello,
A couple of weeks ago i asked if it was possible to export files from Neugen to .ugx, which using the .txt export function worked out well. Now i wanted to know if there is any way in NeuGen to create 3 Dimensional Neurons like this one:
instead of the One Dimensional networks one gets from exporting the files:
Is there an option to do this or does this afford too much computing etc.?
Thanks in advance!
The text was updated successfully, but these errors were encountered: