A reusable Django app to manage MRI data.
Project description
django_mri
A django app to manage MRI data.
Currently only supports data in the DICOM format, and will soon also support NIfTI.
This app is being built and maintained as part of the pylabber project.
Quick start
- Add django_mri and django_dicom to your INSTALLED_APPS setting:
INSTALLED_APPS = [
...
'django_dicom',
'django_mri',
]
- Include the dicom URLconf in your project urls.py:
path("api/", include("django_mri.urls", namespace="mri")),
# Optional:
path("api/", include("django_dicom.urls", namespace="dicom")),
# if you would like to also expose the django_dicom API.
-
Run
python manage.py migrate
to create the dicom models. -
Start the development server and visit http://127.0.0.1:8000/admin/.
-
Visit http://127.0.0.1:8000/mri/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_mri-0.0.4.tar.gz
(31.9 kB
view hashes)
Built Distribution
django_mri-0.0.4-py3-none-any.whl
(43.9 kB
view hashes)
Close
Hashes for django_mri-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b6576814f791f854af555fc29ed5b79f2af3822584cd9108f1923ac3bac3ef |
|
MD5 | 5a24b84f5768b77821ecd48ffafd1f69 |
|
BLAKE2b-256 | 6cab6c01cfded251a4dbf86b2790ce2443d71d70846864b75f43700fc1967a60 |