Skip to content
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

SWC file without soma points throws #1

Open
bsumirak opened this issue Mar 7, 2019 · 1 comment
Open

SWC file without soma points throws #1

bsumirak opened this issue Mar 7, 2019 · 1 comment

Comments

@bsumirak
Copy link
Member

bsumirak commented Mar 7, 2019

Processing a simple SWC file like the following

1 2 0 0 0 6 -1
2 2 10 0 0 2 1
3 2 20 0 0 2 2
4 2 30 0 0 2 3

fails with

ERROR: Caught string exception at top level. message: "CellNetworkIterator::operator->(): down-casting to value type failed. internal logic error."

Changing the structure identifier of the first line to 1 (soma) makes it work.

The code should also work without a soma attached to the geometry.
At least, however, the error should hint to the cause of the problem.

stephanmg referenced this issue in stephanmg/AnaMorph Jan 23, 2020
Trying to address issue #1
@stephanmg
Copy link
Member

After integrating PR #4, AnaMorph will throw with a specific error message, that this is not yet supported.

I think it is best to open a new issue as a feature request for this matter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants