whitematteranalysis icon indicating copy to clipboard operation
whitematteranalysis copied to clipboard

White matter tractography clustering and more...

Results 44 whitematteranalysis issues
Sort by recently updated
recently updated
newest added

Hello there ! I recently had an issue with SlicerNeuro, when I downloaded it, after restarting Slicer, Slicer wouldn't open. With the help of @pieper, we discovered that SlicerNeuro downloaded...

The `filter` and `laterality` modules try to use `joblib` modules conditionally if importing it is successful: https://github.com/SlicerDMRI/whitematteranalysis/blob/ac6040fcf77ac132d0fc4a071af9d80240f7f577/whitematteranalysis/filter.py#L32 https://github.com/SlicerDMRI/whitematteranalysis/blob/ac6040fcf77ac132d0fc4a071af9d80240f7f577/whitematteranalysis/laterality.py#L35 However, `joblib` is a required dependency:, https://github.com/SlicerDMRI/whitematteranalysis/blob/ac6040fcf77ac132d0fc4a071af9d80240f7f577/requirements.txt#L1 so the `if/else` blocks in...

Adopt PEP518 to specify minimum build system requirements for the package. Partially comply with PEP631: - Dependencies are now stored in the `pyproject.toml` file, including packages that are not in...

Add License badge to `README` file.

Transfer the documentation in the `README` to proper Markdown documentation files. Fixes #142.

These changes are expected to be compatible with Python 2 and can be integrated. Note that more work is required to fully support Python 3

Change the input data format while calculating from float 64 to float 32

Other function may not work well since the input in fiber.pyx has been changed