ubern-mia / pyradise

PyRaDiSe: A Python package for DICOM-RT-based auto-segmentation pipeline construction and DICOM-RT data conversion
https://pyradise.readthedocs.io/en/latest/index.html
Apache License 2.0
45 stars 5 forks source link

Also consider including routines to convert to and from RT Dose files in DICOM to NIfTI #2

Open amithjkamath opened 2 years ago

amithjkamath commented 2 years ago

I have in a folder both RT Structs and the dose predictions along with the imaging data (CT, MR) and registration matrices between these. It would be nice to also generate a NIfTI file for the RT Dose (typically named RD.dcm) from such a structure as well.

ruefene commented 2 years ago

We should definitively consider this!

ruefene commented 1 year ago

We should also consider RT Plan conversion such that all RT planning ingredients are convertible

amithjkamath commented 11 months ago

This issue is fixed by the change: https://github.com/ubern-mia/pyradise/pull/35 - the RT Plan files are not handled yet. Maybe it makes sense to create a new issue for this.