Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. beamIx = 2;
  2. stf(beamIx).isoCenter(1) = stf(beamIx).isoCenter(1) + 3;
  3.  
  4. resultGUI_isoShift = matRad_calcDoseDirect(ct,stf,pln,cst,w);
  5.  
  6. slice = round(stf.isoCenter(3)./ct.resolution.z);
  7.  
  8. DoseDiff = resultGUI(:,:,slice) - resultGUI_isoShift(:,:,slice);
  9.  
  10. figure, imagesc(DoseDiff);colorbar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement