Closed Raedlr closed 1 month ago
Thanks for the Pull Request! @amitantony could you do the review? Also, we should think about a way to run tests on the DICOM import / export. First step could be to take a very small dummy ct / cst / dose, export it with the dicom exporter, and then try to reimport those by script again.
matRad_importDicomSteeringParticles* in the last one
final testing required for importing particle therapy plan, then we are ready to go
I did a few changes:
In matRad_interpDicomCtCube, there still seems to be an issue in case of SliceThickness being a String in this line: https://github.com/e0404/matRad/blob/2a3c89557a7393e90e96c4a3dcd9ea4cb14d5674/matRad/dicom/matRad_interpDicomCtCube.m#L90
If this only happens with the data exported from us, then it might either be an exporter error or an import error. The standard suggests a "Decimal String" for the attribute, so its unclear.
Pushed some fixes to pass octave tests