Kerim
Kerim
When doing forward modeling sometimes we want to set geometry from SEGY and arbitrary `dt,nt`. This allows to explore the same model with different time length without modifying SEGY. To...
Fix markups representation when camera non-equally scaled along different axes. Markups is designed to be always oriented away from camera. Orientation is done with `GlyphOrientationArray`. Scaling is designed to be...
Hi, Can't understand why after wheels generation I tarname similar to `some_data.manylinux1_x86_64.whl`? I have forked repo and trying to solve this by removing this `.manylinux1_x86_64` Thank you for this repo!
Current implementation of damping boundary condition requires greately extending the computational area. I hope PML do that better. To incorporate PML abc we should probably have a list of `damp`...
Hi, As far as I know `fwi_objective` doesn't support muting yet #213. Thus I do the FWI without `fwi_objective`. How to use custom loss function in that case? Or where...
`free_surface=true` doesn't work when source and receivers on the top of the model (on the surface)
Hi, I just noticed that if both sources and receivers are on the surface (on the top of the model) then `free_surface=true` condition produces incorrect result. Here is the reworked...
Hi, Lets suppose we work with land data. Of course we have to take into account the relief (elevations). If the land elevation is above sea level (say `+100` meters)...
Hi, Is it possible to add an opportunity to set `t0
Sometimes user needs to plot seismic side by side. In such situation we usually call subplot function. Now it is possible to show wiggle on specified axis.
**Describe the bug** I have a compound that includes `std::string`. Then I create an array (`std::vector`) and try to write. Then `HDF5` gets segmentation fault: ``` Program received signal SIGSEGV,...