Niklas Wahl
Niklas Wahl
Hi, thanks for reporting this error. As already written in my e-mail: > seems like matRad can not align the contour coordinates with slices. There are some limitations here with...
Ah, I just was about to answer to your variable contents. Just out of curiosity - what was the issue?
Dear Francesco, that's a weird one. For some reason, the importer does not assign contours for this structure to be converted to a binary voxel mask. There are some situations...
I may have narrowed down the cause in the code. It probably happens in https://github.com/e0404/matRad/blob/3d29b765a9a0a02a593890726102a7d9db907af7/dicom/matRad_importDicomRtss.m#L92-L121 I think one of the following could happen: - listOfSlices is empty and the loop...
Okay, are you also sure the loop is entered for the BODY structure (`structures(i).structName` should contain BODY then). Otherwise please let me know what the variables `structX,structY,structZ` containe before the...
Let's try a workaround: After line 92 starting the for loop in dicom/matRad_importDicomRtss.m insert the following line: `structures(i).item(j).points = [];` This should then always initialize the item field as long...
hmm I can't really identify from here why the dicom import can not assign the contours directly. Could you send me an anonymized, sharable DICOM example (not via github -...
Thanks for the RTStruct. This case is getting more and more confusing to me, here are the reasons why: - I can manually import all structures from your file providing...
Thanks a lot for that update! I was just about to write that I was able to import everything, but this helps a lot. I will check the same in...
I could not reproduce the problem with Matlab 2021b on a Windows Computer. Which Operating System are you running on? maybe there was also something OS-specific going on during the...