Dieter Werthmüller
Dieter Werthmüller
## empymod v3.0 - [ ] For related issues, see [empymod v3.0 Milestone](https://github.com/emsig/empymod/milestone/9) For further ideas, see the [Roadmap](https://github.com/emsig/empymod/issues/223). ### Variable names etc - [ ] More explicit names, e.g....
The branch https://github.com/emsig/empymod/tree/dlftools contains routines that were developed for > Grayver, A., A. Kuvshinov, and D. Werthmüller, 2021, Time‐Domain Modeling of Three‐Dimensional Earth's and Planetary Electromagnetic Induction Effect in Ground...
# Inversion capabilities => [Inversion Milestone](https://github.com/emsig/empymod/milestone/10) => [invDev](https://github.com/emsig/devInv) - [ ] Analytical gradient - [ ] Jacobian - [ ] A Model-Class that does checks inputs only when necessary (related...
Create a comparison example with [gprMax](http://gprmax.com), to - verify correctness of `empymod.model.gpr`, - get an idea how they compare in terms of speed. As comparison could serve these examples: -...
Abstract the whole transformation stuff. This probably includes stuff from: - empymod.transform - empymod.filters - empymod.scripts.fdesign - emg3d.utils.Fourier This should work for (k-f x-f; x-f x-t; x-s x-t) - DLF...
Add more examples: - [x] Figures 4.7 and 4.8 of Ward and Hohmann (added to [Magnetic loop sources and magnetic receivers](https://empymod.readthedocs.io/en/latest/examples/reproducing/fem_tem.html#sphx-glr-examples-reproducing-fem-tem-py)) - Add examples for the following layouts: - [x]...
`empymod` models the EM Green's function for electric and magnetic sources and receivers, and can, as such, model any EM method and any survey layout. However, the implementation can sometimes...
At the moment, `scripts.tmtemod` only works for `ab=11`. Expand it to work for all electric sources and receiver (and maybe even for rotated sources and receivers). For electric sources and...
Fix #95
Can you test if that works in your env @banesullivan ? Closes #95
- Update the optional package list to include all optional imports. - Move `requires` ahead of `memProfileWrapper`, to decorate latter with `@requires('memory_profiler')`.