Eleftherios Garyfallidis
Eleftherios Garyfallidis
Add support for saving frames as gif. Make sure the color and quality is saved correctly.
SDF stands for signed distance functions. Currently, our `sdf` actor manages sphere, torus, and ellipsoid. We would like to add the support of the superquadrics. Check `fury.actor.sdf` for more info.
Hello Harp developers! I found a minor typo in the README file. It's Indiana and the copyright should be updated to 2018. Copyright 2013-2017 Inidana University Apache License 2.0
VTK 8.1.2 (https://pypi.org/project/vtk/#files) in Anaconda with Python 3.7 is crashing. Tested on Windows 10. This can be shown in a very simple way just install pip install vtk and then...
We need to allow the CLI to return a new estimate of S0. This is already available in our Pythonic API.
The most straightforward way to use QuickBundlesX in DIPY (and this is what Horizon is calling internally) is by calling ```python from dipy.segment.clustering import qbx_and_merge clusters = qbx_and_merge(streamlines, [40, 30,...
https://github.com/RafaelNH/DIPY_workshop
Enable ODF and Tensor visualization via FURY in Horizon. Transition smoothly to WebGPU.
Enabling fit parallelization parameters such n_jobs=6, engine="ray", "verbose" and "vox_per_chunk", if you want Also there is a typo at [SMS/MT CSD](https://docs.dipy.org/stable/examples_built/reconstruction/reconst_mcsd.html#sphx-glr-examples-built-reconstruction-reconst-mcsd-py) It should be MS/MT...