Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amypad/miutil
Basic functionality needed for AMYPAD
https://github.com/amypad/miutil
cuda matlab medical-imaging python
Last synced: 2 months ago
JSON representation
Basic functionality needed for AMYPAD
- Host: GitHub
- URL: https://github.com/amypad/miutil
- Owner: AMYPAD
- License: other
- Created: 2020-09-29T10:29:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T00:00:46.000Z (5 months ago)
- Last Synced: 2024-10-25T04:46:35.555Z (2 months ago)
- Topics: cuda, matlab, medical-imaging, python
- Language: Python
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
miutil
======Medical imaging utilities.
|Version| |Py-Versions| |Conda| |Tests| |Coverage| |DOI| |LICENCE|
Basic functionality needed for `AMYPAD `_
and `NiftyPET `_.Install
-------Intended for inclusion in requirements for other packages.
The package name is ``miutil``. Extra install options include:- cuda
- provides `miutil.cuinfo `_
- mbeautify
- provides `miutil.mlab.beautify `_
- nii
- provides `miutil.imio.nii `_
- plot
- provides `miutil.plot `_
- includes a useful 3D multi-volume ``imscroll`` function which depends only on ``matplotlib``
- web
- provides `miutil.web `_
To install extras and their dependencies,
use the package name ``miutil[option1,option2]``... |Tests| image:: https://img.shields.io/github/actions/workflow/status/AMYPAD/miutil/test.yml?branch=master&logo=GitHub
:target: https://github.com/AMYPAD/miutil/actions
.. |Coverage| image:: https://codecov.io/gh/AMYPAD/miutil/branch/master/graph/badge.svg
:target: https://codecov.io/gh/AMYPAD/miutil
.. |Version| image:: https://img.shields.io/pypi/v/miutil.svg?logo=python&logoColor=white
:target: https://github.com/AMYPAD/miutil/releases
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/miutil.svg?logo=python&logoColor=white
:target: https://pypi.org/project/miutil
.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/miutil.svg?label=conda&logo=conda-forge
:target: https://anaconda.org/conda-forge/miutil
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4281542.svg
:target: https://doi.org/10.5281/zenodo.4281542
.. |LICENCE| image:: https://img.shields.io/pypi/l/miutil.svg
:target: https://raw.githubusercontent.com/AMYPAD/miutil/master/LICENCE.md