David Sinden
David Sinden
**Describe the change** - Streamline code by reducing the number of redundant options in simulation_options call as `pml_x_size` - Extend `pml_alpha` to take values which can lead to different values...
**Describe the bug** Makes sense to refactor parts of simulation_options so that the data_cast option is a numpy type rather than a string
**Is your feature request related to a problem? Please describe.** The `hdf_compression_level: Optional[int] ` should also except a number of strings so that other compression algorithms supported by `h5py` can...
As a work in progress, can't be merged, but * What figures and analysis should be performed? As it is not part of the k-wave example set things are less...
**Is your feature request related to a problem? Please describe.** Post-processing currently always auto-casts to double precision for methods that use scipy.fftpack, e.g. `extract_amp_and_phase`. This can lead to OOM needless...
Closes #236 by expanding the hdf5 compression options to include `lzf` and also `szip` in addition to the standard `gzip` default options (which are integers for the compression level). As...
This fixes #3112
### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue - [X] This issue is not a question, feature...
Fixes #3109
### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue - [X] This issue is not a question, feature...