Closed AntoineTheb closed 3 weeks ago
Hello @AntoineTheb, Thank you for updating !
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.89%. Comparing base (
81765a2
) to head (dd88f79
). Report is 97 commits behind head on master.
Quick description
This PR improves bundle endpoint maps computation. Before, the map was only computed on streamline points exactly, which may be problematic if the step size is too large (see fig. 1 for ref). Now, the map includes every voxel traversed by the endpoints (however many points are selected). Moreover, the user can now select
n
millimeters instead of points, which makes much more sense when dealing with compressed streamlines.Breaking change: the arguments of
scil_bundle_compute_endpoint_maps.py
are now slightly different.Type of change
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
Fig 1.: Before, 3 points
Fig. 2: After, 3 points
Fig. 3: After, 10mm.
Checklist