Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.13 KB

contrib-pydicom


⚠️ NOTE the contrib-pydicom repository has been archived, and kept visible only for reference. ⚠️

contrib-pydicom was a library of contributions, including extra modules, example scripts, viewers, and small applications to supplement the pydicom repository.


Contributions

This repository was intended for scripts and examples to supplement pydicom. This might be a single script showing how to convert from dicom to nifti, or a set of scripts that uses pydicom to perform some image processing task.

Contribution Structure

  • databases: databases specific for pydicom, or using pydicom in databases
  • input-output: working with different file formats, or anything related to io, input, or output
  • metadata-processing: manipulation of image headers and metadata
  • plotting-visualization: visualization of pydicom data, not including traditional medical viewers
  • viewers: traditional (medical) viewers that work with pydicom