Closed karanphil closed 4 weeks ago
Hello @karanphil, Thank you for updating !
scripts/tests/test_bundle_fixel_analysis.py
:All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.94%. Comparing base (
4bde487
) to head (754cc96
). Report is 19 commits behind head on master.
Quick description
This is a small PR to add the option of not normalizing the density maps. For instance, if you want to keep the information about the streamline count or the sift2 weight, you can now use
--norm none
. You can also use multiple choices like--norm voxel none
and it will produce outputs for both.The for loop on the norm options makes it look like all the code has changed in the script, but it is basically the same as before inside the loop, with shorter variable names to respect pep8.
Type of change
Enhancement
Check the relevant options.
Provide data, screenshots, command line to test (if relevant)
...
Checklist