Replies: 2 comments 2 replies
-
as a follow up i imported instead a 2 field conformal plan using below code/ %setup the path & configuration and tell you the current version matRadGUI [allfiles,patients] = matRad_scanDicomImportFolder("U:\Ian Gleeson\MATRAD\all data test"); %MatRad will also be able to separate multiple patients, but this example will only work if there's only a single patient in the folder. importFiles.ct = allfiles(ctFiles,1);%All CT slice filepaths stored in a cell array like {'CTSlice1.dcm','CTSlice2.dcm'}; %Use the first ct file to get resolution %We need to set one more variable I forgot to mention above [ct,cst,pln] = matRad_importDicom(importFiles); %needs bixels first as doesnt recognise 'field' as input %change machine to genric as cant find agility base data / machine file from raystattion imported plan %Generate Beam Geometry STF now when i want to calc the beams and see dose i tried below but error as no weight found? % calculate direct?? % need shape info in stf? Error using matRad_calcDoseDirect (line 39) No weight vector available. Please provide w or add info to stf |
Beta Was this translation helpful? Give feedback.
-
Hi @gleesoi, Not sure if you're still working on this, but I have imported a multi-beam IMRT plan from Eclipse into matRad, and recalculated the dose. I actually did everything from the GUI (first importing the DICOM, then loading the mat file). Afterwards, I simply clicked the Recalc button. |
Beta Was this translation helpful? Give feedback.
-
i want to recalc my SMLC IMRT Raystation plan in matrad and compare doses if possible? i tried the below using my imported plan but it obviously didnt find my agility machine file so i changed to Generic machine and tried to compute. 2 beams appeared to compute ok and then failed at beam3 with below error. Any help much appreciated to achieve my aims, thanks!
Also wondering if possible a centres specific beam model can be used to more closely match matrad and what parameters are needed& could be altered?
Beta Was this translation helpful? Give feedback.
All reactions