Skip to main content

A Python Toolbox for handing medical dicoms

Project description

PyDicomGrouping Project

About

Deep learning is presently widely used for clinical data science and has been adopted in a huge amount of research projects. In the deep-learning(or artificial intelligence, AI) + medical imaging area, there is still lacking tools for managing the 2-dimensional DICOM files and stacking them into ordered 3D volumes for further analysis, and this greatly prevents the development of more advanced deep learning algorithms for medical imaging area, especially for non-biomedical engineer background participants. In this project, we developed an automatic stacking pipeline for grouping and managing DICOMS files by using Python language. Conventional radiological image data, including computer tomography (CT) and magnetic resonance imaging (MRI), from vendors including Siemens, GE, Philips and UIH, has been tested by our software.

For any issues and suggestions, please send your email to kaixuan_zhao@163.com

Installation

Installation of PyDicomGrouping can be done by using pip, according to the platform of your system, i.e. Linux, Mac, or Windows.

pip install PyDicomGrouping-Linux
pip install PyDicomGrouping-Mac
pip install PyDicomGrouping-Win

Or via the offline method, by downloading the .tar files and unzipping to local, navigating to the PyDicomGrouping root directory and run

pip install -e .

Examples

Here is a code example for PyDicomGrouping

from PyDicomGrouping.main import dicom_grouping
import os 
project_path = r"E:\my_project"
data_root_path = r"E:\my_data_root_path"
dicom_grouping(project_path = project_path,
                data_root_path = data_root_path,
                save_path = os.path.join(project_path,"processed")
                )

Licenses

PyDicomGrouping is MIT-licensed, as found in the LICENSE file

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

PyDicomGrouping-Win-0.1.26.tar.gz (410.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyDicomGrouping_Win-0.1.26-py3-none-any.whl (416.9 kB view details)

Uploaded Python 3

File details

Details for the file PyDicomGrouping-Win-0.1.26.tar.gz.

File metadata

  • Download URL: PyDicomGrouping-Win-0.1.26.tar.gz
  • Upload date:
  • Size: 410.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.8.13

File hashes

Hashes for PyDicomGrouping-Win-0.1.26.tar.gz
Algorithm Hash digest
SHA256 9fe08a90987efedc5d88fd180dbb3bfdb1aea4c064ec3430ef8acc2ac6c11b6d
MD5 b4a03ff19bdb91993f25dde4b301b726
BLAKE2b-256 c08fe5e68482cc2f5bf3a169b73437cba4e68d91a41a7261cc831d9ef2e88354

See more details on using hashes here.

File details

Details for the file PyDicomGrouping_Win-0.1.26-py3-none-any.whl.

File metadata

File hashes

Hashes for PyDicomGrouping_Win-0.1.26-py3-none-any.whl
Algorithm Hash digest
SHA256 7639acef7013226b2cc75fd446ff0ac36957c27028e903cd2aca26eb9058f9b3
MD5 bb29cf7d4c9427487719f7293f8dbe16
BLAKE2b-256 8a8999ed9881d4da0df423da4e747ef523fb53abda2a6aeccf4747fbdea6bd20

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page