The question about primary fluence used in matRad_calcPhotonDose #866
Replies: 1 comment 8 replies
-
|
I would say this switch is somewhat a mix between a half-executed idea and some internal testing. The general motivation between using a homogeneous fluence is to spare time in the convolution (only executed once for all beamlets). For LINACs with flattening filter this makes sense because, as you say, you can use a homogeneous primary fluence and then do the slight weighting according to the lateral diagonal distance during or after dose calculation. I think the reweighting was never really implemented as we don't have so many use cases to generate deliverable, device-correct plans with matRad. For FFF LINACs the diagonal weighting will be too rough. you need to actually convolve the corresponding fluence patch for the beamlet. There's where the switch comes from, to be able to trigger the behavior in those conditions, but you are correct that this currently does not work as intended (The convolution is not correctly performed at the patch coordinates but on the central ray). In general, the full field convolution centered around the beams central ray is always used in forward calculation from shapes loaded from DICOM. Would be nice to clean this up:
Anybody got time for that? :-D |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
In photon computing, there is a comment stating: "% Toggle custom primary fluence on/off. If set to 0, we assume a homogeneous primary fluence; if set to 1, we use measured radially symmetric data." However, this segment of code does not actually function as intended. I would like to ask: why is a uniform fluence of 1 (unity fluence) used instead of the diagonal fluence measured at dmax ? In reality, shouldn’t the fluence be inhomogeneous? Wouldn’t adopting a uniform fluence of 1 lead to calculation errors? And where is the inhomogeneity of the primary fluence applied?
Beta Was this translation helpful? Give feedback.
All reactions