-
Hi,
Thank you for your paper! Are you planning to release the code for the shape inversion and modification which you mention in your paper? Also the image-based reconstruction?
Best,
Sergio
-
I'm experiencing an issue where calling `view_update()` for `VtkRemoteView` does not always work. It seems like the call might be throttled?
It results in a clunky user interface in this slicing ex…
-
Currently running this example code of mac ios 10.14.3 with anaconda with python 3.6
The code runs without any flaws , however there is no output that is displayed at the end.
Is there some settin…
-
For MET-76, we added percentile thresholding to gen_vx_mask, grid_stat, point_stat, wavelet_stat, and mode.
It was not obvious if/how they should be supported in Series-Analysis and MTD.
Think a…
-
Hi in the docs online, the figure displayed following the code for "[Plot the frequency response of the filters](https://www.kymat.io/gallery_1d/plot_filters.html#plot-the-frequency-response-of-the-fi…
-
When the control is a linear combination of other functions (as discussed with Guannan)
$f(t) = \sum_j \theta_j \phi_j(t)$
Then the $\theta_j$ parameters completely specify the pulse $f(t)$. Ev…
-
Hi,
So I've checked the suggested input Res like 1477x831, 1130x635, 1506x847... Do not follow good practice of divisibility by 4 to minimize artifacts from rounding or padding.
One part of t…
-
Here is my code for an FWI of a simple two-layer model:
```
import sys
sys.path.append("/home/spyro")
import os
os.environ["OMP_NUM_THREADS"] = "1"
from firedrake import *
import numpy as…
-
Current situation
===================
Currently we do not support sorting within a `Renderer`, instead all renderer have a fixed order.
This is primarily an issue for supporting transparency as t…
-
I tried implementing this too. 99% certain their implementation has the Wavelet transform leaking info. If you just do LSTM on daily close_price your odds are slightly better than a coin toss, adding …