dicom_wsi

https://img.shields.io/pypi/v/dicom_wsi.svg https://img.shields.io/travis/Steven-N-Hart/dicom_wsi.svg 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 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.