-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steady state fluence effective coefficient for the semi-infinite medium #32
Comments
Hi Adrien, Thanks for your kind note and report. The straightforward answer here is that μeff is defined as For typical biological media where musp >> mua the effect is fairly negligible so it is isn't too big of a consideration but for larger absorbing media it does matter. Though, recently it is better to consider the lossless diffusion equation (no absorption) and then apply the absorption dependence from solutions to the RTE which better matches a diffusion coefficient independent of absorption. Essentially, a diffusion coefficient independent of absorption matches the physical meaning derived from RTE better. This difference is negligible for low absorbing media, matters some for moderate absorbing media, and probably shouldn't be using diffusion for high absorbing media. Happy to expand further on this as I've left out a lot of papers and discussion on this! And I will try to make a note of this in the source files.
|
Hello Michael, With delays... but I am grateful for your prompt answer. I suspected something along these lines. However, I have not investigated such a point. The only bibliography that I have on this is from S. Arridge's review on Optical tomography in medical imaging in Inverse problems from 1999. He quotes Yamada [21] on this point. Such a definition of D seems odd to me because Fick's law derived from the Radiative Transport Equation leads to If you have the time and willingness to write back with a bibliography and thoughts, they are very welcome. Best wishes, |
Sorry for the late reply! You are absolutely right that when the DE is derived from the RTE, the diffusion coefficients shows a dependence on absorption. This I believe is the "classical" result but ultimately that derivation has the inherent limitations by all the assumptions used to derive the DE. The idea behind seeking alternative estimates of the diffusion coefficient is to better approximate RTE solutions with the DE that perhaps overcomes some of the limitations of diffusion. For example, experimentally it has been shown that a better choice of D can lead to better matching with DT and MC. I think there is exploration in different approaches when approximating the DE or Fick's law from the RTE that could lead to better agreement. So perhaps it might be best to say that we are looking to replace the traditional D that includes limitation of diffusion approximations with a different D that better matches the RTE. I listed a few papers below that explore this topic:
|
Hello Michael,
First, thank you for this great little package, with many well cited sources.
I was looking at your source [1] (Kienle and Patterson 1997) for the semi-infinite medium problem.
It seems to me that the article, for the steady state fluence (Eq. 3), defines the μ effective as
μeff = sqrt(3 * μa * (μa + μsp))
which appears different in your source
LightPropagation.jl/src/forwardmodels/Diffusion Approximation/Semi-infinite/DAsemiinf.jl
Line 126 in 968a548
Just to inform you. I might have missed something as well.
Best regards,
Adrien
The text was updated successfully, but these errors were encountered: