You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function fourier_map_2d reconstructs the scattering potential from the measured scattered wavefields. However, when reconstructing this for a real-valued refractive index distribution (in my case a cylinder( the imaginary part is not zero and in fact is about 40% of the real value (hence substantial). According to the theory in your document it should be zero. In your Mie numerical example you just discard the imaginary part.
Please comment on this, is this an error, numerical artifact, or something else?
Thanks,
Jeroen Kalkman
The text was updated successfully, but these errors were encountered:
an imaginary part that is non-zero implies absorption. For a purely dielectric cylinder, the imaginary part of the refractive index should be (close to, with numerical errors) zero.
For a pure dielectric scatterer the scattering potential is purely real. But I implemented the code for the Rytov field (Eq. 3.38 of your "The Theory of Diffraction Tomography"), apparently this adds absorption to the case. When I calculate it for the pure Born field everything is fine.
Dear Paul,
The function
fourier_map_2d
reconstructs the scattering potential from the measured scattered wavefields. However, when reconstructing this for a real-valued refractive index distribution (in my case a cylinder( the imaginary part is not zero and in fact is about 40% of the real value (hence substantial). According to the theory in your document it should be zero. In your Mie numerical example you just discard the imaginary part.Please comment on this, is this an error, numerical artifact, or something else?
Thanks,
Jeroen Kalkman
The text was updated successfully, but these errors were encountered: