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

Data validation #35

Open
Lestropie opened this issue Jun 20, 2022 · 1 comment
Open

Data validation #35

Lestropie opened this issue Jun 20, 2022 · 1 comment

Comments

@Lestropie
Copy link

Thought came to mind chatting with @frheault regarding #33.

Particularly with fast implementations that can omit certain bounds checking, malformed data can result in very unusual bugs.

What would help here, similarly to MRtrix3/mrtrix3#2418, would be to have a dedicated command that performs a more exhaustive check of the raw data. So e.g. make sure that streamlines don't overlap, don't exceed the bound reported in the header, that sort of thing. Streamlines with zero or one vertex should be counted and reported; such things should actually be legal and are highly useful in some circumstances, but in other circumstances they may be indicative of a problem.

@arokem
Copy link
Collaborator

arokem commented Feb 26, 2024

Was this resolved by #37 ?

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