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

ENH: Add DWI shell detection utils #198

Merged
merged 2 commits into from
Jun 13, 2024

Commits on Jun 8, 2024

  1. ENH: Add DWI shell detection utils

    Add DWI shell detection utils.
    
    Add the corresponding tests and some actual test data files.
    jhlegarreta committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b41a427 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. ENH: Make binning strategy more robust

    Prefer capping b-values to a sensible maximum default value to make the binning strategy more robust.
    
    Raise a `ValueError` users when no actual shells are found.
    
    Return the median estimated b-vals for each bin.
    
    Co-authored-by: Oscar Esteban <[email protected]>
    jhlegarreta and oesteban committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d221f03 View commit details
    Browse the repository at this point in the history