Dieter Werthmüller

Results 94 issues of Dieter Werthmüller

### https://www.pygimli.org => Tutorials and Examples The titles of the examples on the tutorials and examples pages are currently duplicated. I suspect it is related to recent changes in sphinx-gallery,...

There are many things that could be improved: - [ ] Add version switcher: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/version-dropdown.html - [ ] Adjust images for dark theme - [ ] Build docs on GHA...

docs

Currently, emg3d only returns one misfit and one gradient (per direction). TODO: Implement the possibility to return the misfit and the gradient for each source-receiver pair.

enhancement

- [ ] Adjoint cubic spline source #227 - [x] Expand `Simulation.gradient` for tri-axial anisotropy - [x] `Interpolation`: Change `nearest` for properties to actual cell value - [x] #235 Currently,...

enhancement

# CLI load time The load time of `emg3d` is somewhat slow. As the 3D computation is likely to take much longer, it is not that crucial. Yet it is...

- [ ] Changes in `v1.9.0` - A change of behaviour was introduced in v1.5.0: - [ ] `center_on_edge` in `meshes.construct_mesh` (resp. in `meshes.origin_and_widths`) will change from `edge`, the default...

maintenance

e4d6ac8c4bcc99f65d62f8ff6fa4b0a3ff662180 introduced `jvec` and `jtvec`. There are a couple of things that need improvements down the road. An issue to keep track of it: - [ ] Restructure the internal...

enhancement
docs
examples

- [x] Add to receivers the method `.data_type` - `complex` - `amplitude` - `phase` - [x] Add to receivers the method `.derivative_chain` - [x] Add a `data.complex` data set: -...

- [ ] Move from `setup.py` to `pyproject.toml/setup.cfg` - [ ] Use micromamba for GHA - [ ] Create a proper `environment.yml` - [x] `pip install --no-build-isolation --no-deps -e .`...

maintenance

- [ ] Context Manager for `emg3d.load` - [ ] In-place updates, particularly for hdf5 files - [ ] Partial access for hdf5 files (`[()]` loads dataset, before it is...

enhancement