-
Hi,
I slightly modified `modeling_basic_2D.jl` example so that after modeling wavefields `dobs` is constructed from `SeisCon` object.
To do that I save SEGY to `tmp` dir in the directory where `m…
-
From the documentation for find_peaks_cwt (window_size):
> Size of window to use to calculate noise floor. Default is cwt.shape[1] / 20.
However, when window_size is None and wavelet = ricker (def…
-
Hello,
Thank you for the interesting project!
I have a question: is it possible to take into account the variable-shaped obstacles during the simulation of wave propagation with **simwave**?
…
-
So that the initial pressure, or initial "pressure velocity" can be non-zero
-
It would be helpful to have a "generalized source" that instead of acting at a single coordinate, is a field depending on the coordinate position. so instead of s = f(t), the source would be s = f(t) …
-
#### Version / Platform Info
- scikit-ued Version: 2.1.7
- Happens in latest version? (Yes/No): Yes
- Known Operating System(s) affected__:
- [x] Windows
- [x] Linux
- [x] Mac OS
#### E…
-
MFE is
```julia
using JUDI
using LinearAlgebra
n = (50, 50)
d = (10f0, 10f0)
o = (0f0, 0f0)
v = 1.5f0 * ones(Float32, n)
m = 1f0./v.^2f0
model = Model(n,d,o,m; nb=80)
nsrc = 3
nrec …
-
This piece of code used to work in previous versions (going to check up to which one...):
```
par = {'ox':-140, 'dx':2, 'nx':140,
'ot':0, 'dt':0.004, 'nt':200,
'f0': 20}
v = 150…
-
This MFE includes a verbatim copy of https://github.com/slimgroup/JUDI.jl/blob/master/examples/scripts/modeling_basic_2D.jl to generate data. It errors when turning `judiVector` to `SeisBlock`
```j…
-
I would like to try the example of CWT with ricker wavelet, but some error is reported. The code is listed below which is exactly the same as in https://docs.rapids.ai/api/cusignal/stable/api.html#wav…