Open dccowan opened 4 years ago
@sgkang @prisae I could use your input.
I have a couple of inputs here, but @sgkang might be of more help, as I don't know what (which formulation) is exactly implemented in simpegEM1D
, and how general it is. Hopefully we can quickly touch on this in tomorrow's meeting as well.
fdesign
) within empymod
is as such agnostic to the problem at hand, so you could definitely use it to design a filter if these two requirements are met:
We simulate the response due to a horizontal loop source by computing the solutions to Ward and Hohman equations 4.87 and 4.88
As of right now, we can only compute the solution for the radial distance r=0. In this case, the radial component of the fields is zero and the integral for the vertical component contains a single Bessel function (since J0(0) = 1). It would be great to have a stable solution that works everywhere.
Does empymod have the ability to design a filter that would compute these integrals in a stable manner?