Recent Releases of RT-utils
RT-utils - v1.3.0 - conversion bug fixes
This release includes the latest bug fixes and features following the JOSS review
Scientific Software - Peer-reviewed
- Python
Published by qurit-frizi about 1 year ago
RT-utils - v1.2.0 - Increased ROI accuracy and bug fixes 🎯
✨ New Features
- Support for DICOM files with different image orientations and an increase in loaded mask accuracy #26. Thank you @w0nsh!
- Ability to control whether or not contour data is approximated #18
- Ability to select ROIGenerationAlgorithm #27
🐛 Bug Fixes
- Support for non-existant SeriesDate and SeriesTime #20
- Support for DICOM series without meta information headers #34
- Fix "Tuple" issue generated by open-cv updates #30
- Support for missing RTReferencedStudySequence #33
- Fix contour data truncation #22
Scientific Software - Peer-reviewed
- Python
Published by asim-shrestha about 4 years ago
RT-utils - v1.1.0 - Enhanced Colors 🎨
✨ New Features
- Better support and validation for Colors #13
- Defaulting to ROI colors used in MIM #11
- Improved Type Hinting and Documentation #6
- Better error messages #13 #12
🐛 Bug Fixes
- Support for more then just CT #7
- Certain Datasets Failed when Missing Fields #9
Thanks to @carluri for the colors!
Scientific Software - Peer-reviewed
- Python
Published by awtkns almost 5 years ago
RT-utils - 🎉 Initial Release 🎉
🎉 Initial Release 🎉
RT-Utils is motivated to allow physicians and other users to view the results of segmentation performed on a series of DICOM images. RT-Utils allows you to create or load RTStructs, extract 3d masks from RTStruct ROIs, easily add one or more regions of interest, and save the resulting RTStruct in just a few lines!
Source Code: https://github.com/qurit/rt-utils
Installation
python
pip install rt-utils
Features ✨
- Creation and loading of RT-Structs
- Ability to add any number of ROIs to an rtstruct
- Ability to add a custom color, a name, and pinholes to inserted ROI
- Extraction of Binary masks from existing RT-Structs
Scientific Software - Peer-reviewed
- Python
Published by awtkns about 5 years ago