Walter Simson

Results 42 issues of Walter Simson

## Description of the Enhancement When a User tries to use cartesian coordinates for a sensor smaller than the kgrid's resolution, the output dimensions do not equal the number of...

enhancement

## Description of the Enhancement It could be that dotdict functionality is already provided by [SimpleNamespace](https://docs.python.org/3/library/types.html#types.SimpleNamespace). Investigate this and perhaps depreciate dot.dict or have it wrap simple namespace. ## Justification...

enhancement

This PR cleans up the kArray object and uses inheritance to specify the "Element" object. Still TODO: - [ ] Use typing to reduce checks - [ ] Use new...

This pull request introduces several changes to the `kwave` utilities, focusing on handling deprecation warnings, improving affine transformations, and updating rotation matrix calculations. The most important changes include adding a...

This pull request introduces several changes to the `kwave` library, primarily focusing on renaming and improving the functionality of the Fourier shift interpolation method. It also includes updates to the...

This pull request includes significant changes to the `check_source` method in the `kwave/kWaveSimulation.py` file to improve the handling of transducer input signals and apodization. The most important changes include renaming...

## Description of the Enhancement The project makefile collects useful workflows and commands for the k-wave-python project. The Makefile is missing commands to download matlab reference files used for testing...

enhancement

**Describe the bug** When running the example examples/at_focused_bowl_AS/at_focused_bowl_AS.py, Users are presented with the following binary error message: ``` ┌───────────────────────────────────────────────────────────────┐ │ kspaceFirstOrder-OMP v1.3 │ ├───────────────────────────────────────────────────────────────┤ │ Reading simulation configuration: Done │...

bug