Reproducible and efficient diffusion kurtosis imaging in Python.
Project description
dkmri.py
dkmri.py
stands for diffusion kurtosis magnetic resonance imaging in Python.
It is a Python package for estimating diffusion and kurtosis tensor elements from diffusion-weighted magnetic resonance data. The estimation is performed using
regularized non-linear optimization informed by fully-connected feed-forward
neural networks that are trained to learn the mapping from data to kurtosis
measures.
Installation
dkmri.py
can be installed with pip:
pip install dkmri
Usage example
This software can be used from the command line or in a Python interpreter. The command line interface does not require any knowledge about Python, whereas the Python interface is aimed at people who are comfortable with basic Python programming.
Command line interface
dkmri.py
can be used as follows:
dkmri.py <path-of-data-file> <path-of-b-values-file> <path-of-b-vectors-file> [optional arguments]
Execute the following to see a description of the arguments:
dkmri.py -h
Python interface
See the example notebook.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dkmri-0.0.3.tar.gz
.
File metadata
- Download URL: dkmri-0.0.3.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/3.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a56936096404431c265e261206a199606720967493dbc067a08610e7ac192c8 |
|
MD5 | c4f248c174f056d4a3c26038d26aa1d9 |
|
BLAKE2b-256 | 45cd402425d9e288609c0f7ec123898322fa3f10ceda3653a4c2d58218f10f52 |