Ebrahim Ebrahim

Results 8 issues of Ebrahim Ebrahim

See https://github.com/Slicer/Slicer/pull/6266 for the original discussion Add an object-oriented interface (e.g., a `slicer.util.Plotter` class), which has a similar interface to what is in [this gist](https://gist.github.com/ebrahimebrahim/8b899552da072fdd22727cfbf0e3a804) (and [these improvements](https://gist.github.com/jcfr/4ed6b66389c081d72b9a5793b352df76/revisions#diff-85a2ec031add9c063a4f3d46a1f310064c5dd305d41bdc13a323f6625bb7abf0) to the...

type:enhancement

For functions related to spherical harmonics, I noticed that the terminology "degree" and "order" is often used backwards in docstrings and variable names. - in [this function](https://github.com/dipy/dipy/blob/b5efe4f8cd2fd4d88c0a5c08936f1b4ab314f8f0/dipy/reconst/shm.py#L578) for example `m`...

The point set display seems to only visualize a third of the points it's given. This is demonstrated here: https://colab.research.google.com/drive/1NJhgBrYcljLd35CrAKXnvQKrzOAWcesF?usp=sharing

When `--no-write` is used, there's no reason to skip generating and printing a TOC if one already exists. Related to #7 and #13. Does not resolve them because these are...

Using the [latest version of pip](https://pip.pypa.io/en/stable/news/#v23-1) v23.1, it seems that pip install from this repo now fails: ```sh # start in a venv with the required packages like catkin_pkg already...

This adds support for publishing to PyPI by transitioning from the legacy `setup.py` to `pyproject.toml`. The changes are adapted from the output of cookiecutter [scientific-python/cookie](https://github.com/scientific-python/cookie) based off scientific-python/cookie@8c0a1627. See https://learn.scientific-python.org/development/...

- Add linux build instructions - Tweak windows build instructions - Rename to BUILD_WINDOWS.md - Remove instruction to email for access; see commit message for reasoning. - Don't say it...

## Summary A memory leak is detected when using `slicer.util.openAddVolumeDialog()`, even if one cancels out of the dialog without loading a volume. This is on Ubuntu 22.04. ## Steps to...