Skip to content

Steven-N-Hart/dicom_wsi

Repository files navigation

dicom_wsi

image

image

Documentation Status


Package for converting whole slide image files to DICOM.

Usage

First, you need to install dicom_wsi and its dependencies. See this link for details.

To use dicom-wsi:

python dicom_wsi.cli.py -w <WSI File path> -o <OutputDirectory> -p <output file prefix> -y yaml/base.yaml

That's it! Most of the time you wan't need to change anything. But if you do, please see the example yaml file.

Features

  • Validate DICOM elements using pydicom
  • Output format DICOM formatted files (vetted with dciodvfy)

TODO

  • Find out how to determine what FileMetaInformationGroupLength should be

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.