Replies: 4 comments
-
We don't provide any tools for this. If you do some programming, you can overwrite the doses in an RD dose file with the dose from the 3ddose file, and update the RP plan with the new voxel dimensions, etc. In python you can use pydicom to read and write DICOM files. |
Beta Was this translation helpful? Give feedback.
-
Not sure, completely untested, but this might help |
Beta Was this translation helpful? Give feedback.
-
I think there's also some tools built into CERR using matlab for this. |
Beta Was this translation helpful? Give feedback.
-
As RTownson writes , it can be done with little programming skills in the Python programming language with the Pydicom package or in C++ with the DCMTK Toolkit from https://dicom.offis.de.
The trick is, that you do not start writing the DICOM file from scratch, but use a dicom dose file, that your treatment planning system (eg. Eclipse) has produced, as a template.
You open this existing file with Pydicom or DCMTK and change the relevant DICOM Tags for dose, resolution and dimensions according to the values you get from the .3ddose file.
Clearly to do so you should have some basic knowledge of the structure of the 3ddose file, as detailed in the EGSnrc documentation, and of a dicom dose file. I did such calculations 7 years or so myself, using DCMTK. I read that one can use the 3 D slicer or CERR as well but I did not try them out myself (did not use CERR because it uses mathlab, which is non free)
karl
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Wednesday, December 11th, 2024 at 5:35 PM, bsarey ***@***.***> wrote:
Hi Community,
is there a way to convert .3ddose and .egsphant files into DICOM RT files other than using 3D Slicer?
Thanks
—
Reply to this email directly, [view it on GitHub](#1233), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AJK7WO6HZBRCZGGBW5YJKKD2FBSUHAVCNFSM6AAAAABTN4KZWSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGY2TSMRRGM).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Community,
is there a way to convert .3ddose and .egsphant files into DICOM RT files other than using 3D Slicer?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions