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

add remove invalid streamline after PFT and local tracking #69

Merged
merged 6 commits into from
Dec 1, 2022

Conversation

arnaudbore
Copy link
Contributor

No description provided.

@arnaudbore
Copy link
Contributor Author

@frheault @AlexVCaron which option should I add if any ? Do I hard code them or should I use nextflow options ?

--cut_invalid
--threshold
--remove_overlapping_points

@frheault
Copy link
Member

@arnaudbore I think you should not --cut_invalid (slow) but --remove_overlapping_points (corner case, but happens)
and leave the threshold to the default.

--cut_invalid would take 10 minutes to remove points instead of removing entire streamlines, but I think it is not worth it.

@arnaudbore
Copy link
Contributor Author

@frheault --cut_invalid is default false and --remove_overlapping_point also.

@arnaudbore arnaudbore merged commit 9ba7512 into scilus:master Dec 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants