This package provides DICOM to Nifti conversion with the added ability to extract and summarize meta data from the source DICOMs. The meta data can be injected it into a Nifti header extension or written out as a JSON formatted text file.
Installing
You can the latest release from PyPI by doing:
$ pip install dcmstack
Documentation
Documentation can be read online: https://dcmstack.readthedocs.org/
You can build the HTML documentation under build/sphinx/html with:
If you have the sphinx and numpydoc packages and a make command you can build the documentation by running the make command in the doc/ directory. For example, to create the HTML documentation you would do:
$ python setup.py build_sphinx
$ make html
And then view doc/_build/html/index.html with a web browser.
Running Tests
You can install dcmstack along with any test dependencies by installing the test extra. Then you can run the pytest command to run the test-suite:
$ pip install dcmstack[test]
$ pytest
Release files for dcmstack 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dcmstack-0.9.0.tar.gz | 51.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dcmstack-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 93.3 kB
Release files / dcmstack-0.9.0.tar.gz
| Download URL | dcmstack-0.9.0.tar.gz |
|---|---|
| Size | 51.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e131226fb00cdc72f5c2ad61f82b37020d3f97f272d1becb880168bd4504860
|
|
BLAKE2b-256 checksum How to use checksums |
67b88828378449fa8d80b47311384c845375fbd3988d15d2573b7d7a66bc8f09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / dcmstack-0.9.0-py3-none-any.whl
| Download URL | dcmstack-0.9.0-py3-none-any.whl |
|---|---|
| Size | 42.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e16eca79ea1d4be8d5397d50a4189fb4ac2ef8b193447080e217df92c495ebd9
|
|
BLAKE2b-256 checksum How to use checksums |
bb6204cf229c7068327e7026fc9654f7749cd9274e821caa2ac13e4fa0faa2fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|