Niklas Wahl
Niklas Wahl
I updated to the recent dev as best I could. Most important things to do: - [ ] The VMAT stf generation methods need to be integrated into the new...
> @wahln Sorry I checked off one of the boxes but I cannot uncheck it... > > Is there a document or guidance on the file structure/philosophy that I can...
Dear @PamodiRanmal Thanks for reporting this (and trying out the fix), we will look into it. What you could check is if using `addpath(genpath(pwd))` works (this adds the folder and...
Thanks @lukevoss for investigating this further. The issue seems to be that the matRad folder is not correctly identified in Octave 6 & 7 when setting the filepath as a...
When PR #519 is merged, Octave testing will be shifted to v6.4 and together with this the fix for the above problem will be merged. No plans for testing on...
The warnings that you see are normal and should not stop matRad from importing RTdose. First, just to make sure that the workflow is correct: After scanning, you need to...
It should be possible to just click the warnings away, then highlight the dose file in the RT Dose window by click and then click import. With the standalone, I...
If you contact us via the e-mail address stated here https://github.com/e0404 or on our starting page https://e0404.github.io/matRad/ (I don't want to type the e-mail address as I don't know how...
So there's indeed a stupid bug here in the code here: https://github.com/e0404/matRad/blob/3d29b765a9a0a02a593890726102a7d9db907af7/dicom/matRad_importDicom.m#L127-L144 We arrive at this loop with an empty `pln` and then never enter the dose import. If we...
I implemented a fix in #574 . I could build a standalone version including the fix for you if you still need it (on windows?)