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

Latest commit

 

History

History
9 lines (5 loc) · 586 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 586 Bytes

Input Output

These examples pertain to transformation of data, or reading inputs, or writing outputs.

  • pydicom_series.py: example of reading in series directories, specifically for gated data, in which case a DicomSeries instance is created for each 3D volume.

  • dicom_zip_reader.py: example of reading a set of dicom files from a zip/tar/tgz file. A list of filenames and file-like objects is returned.

  • dicom_model/dicom_dir.py: example of reading a set of dicom files into a patient/study/series/image hierarchy