Eleftherios Garyfallidis
Eleftherios Garyfallidis
When we are using multiprocessing for example in ``peaks_from_model`` we can setup the number of processes (for example at 4) but because some of the code will use multi-threading through...
When we change the QBX threshold the interactive menu stops appearing (when right click is pressed).
Can we investigate if we can disable the sphinx option that does the references to look like this? [Author] (1, 2, 3, 5) , Title etc? See example with issue...
Although the ringing issues are visible at the end they are not visible on the actual images. Please make images larger.
This is a reminder to update the .dpy format to have anatomical information such as ```vox_size, vox_to_ras matrix, vox_order, vox_dim and vol_dimensions```. Also let's start saving ``data_per_point`` and ``data_per_streamline`` information...
There are some small issues concerning how we show references in workflows. See for example dipy_fit_dti -h  The numbers are not indexed in the docstring and the additional overall...
We have some issues with antialiazing and specific actors. This PR is trying to figure out what is the real issue.
Possibly something changed in vtk9 concerning antialiasing. I saw the issue in Windows 10 when running the antialiasing tests.
Let's say you build a LineSlider2D ``` linesl = LineSlider2D() def callback(slider): do something linesl.on_change = callback ``` that should work. But if you want to connect to a specific...
Load a video and rendered it on a plane or cube. The video should be playing as the cube or plane are rotating.