Commit 7fae385
authored
Add a class that implements Euler Inversion for source location (#660)
The `EulerInversion` class implements the method, which is much less
sensitive to noise in the data and interfering sources. It can estimate
the integer structural index as well, though a known value can also be
given. The class only implements fitting data in a single window (moving
window approaches will come later). The initial estimate for the
non-linear process is the Euler Deconvolution result.1 parent 1c83e58 commit 7fae385
7 files changed
Lines changed: 737 additions & 253 deletions
File tree
- doc
- api
- src/harmonica
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
This file was deleted.
0 commit comments