Package for converting whole slide image files to DICOM.
- Free software: MIT license
- Documentation: https://dicom-wsi.readthedocs.io.
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.
- Find out how to determine what FileMetaInformationGroupLength should be
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.