DicomScoToBto is a utility to decode Hologic Breast Tomosynthesis Objects, that was created based on Dave Harvey's investigation results found here.
The utility is using the fo-dicom library for all DICOM-related functions.
cd Build
.\Build.ps1
Visual Studio 2019 or Build Tools for Visual Studio 2019 is required.
DicomScoToBto.exe -i input_file -o output_file
The utility has been tested to work on Windows, Mac and Linux (Ubuntu 16.04). Mac and Linux support is provided through the mono framework.
DicomScoToBto is released under the MIT License.