Kris Kristoffer Dreher
Kris Kristoffer Dreher
**Please describe your :rocket: feature request.** After an mcx update that allowed the 3D definition of mua/mus/g/n as float values, we want to include this option as well. **Describe the...
We should make use of all the different actions/workflows/templates that are provided by Github: - [x] format the code - [x] upload a pypi package - [x] create templates for...
Make sure that all [tags](https://github.com/IMSY-DKFZ/simpa/blob/main/simpa/utils/tags.py) are consistent according to their definition: Every Tag that is intended to be used as a key in the settings dictionary is represented by a...
Currently, because of recalculating the scattering depending on the anisotropy, we divide by 0 in the `MCXAdapter`. This shouldn't be the case.
Currently, the RAM size required by highly resolved simulations is very high. Since we generated the code focussing mostly on performance, it might be beneficial to revisit especially the core...
**Please describe your :rocket: feature request.** The current logging of SIMPA is extremely verbose. It would be very nice if this would be cleaned up a bit. **Describe the solution...
**Please describe your :rocket: feature request.** Add a script that is doing a benchmarking for SIMPA simulations for the user's system. **Describe the solution you'd like** We could just run...
**Please describe your :rocket: feature request.** We should revisit packaging and dependency management with setuptools instead of poetry. At the time of setting up poetry, packaging in Python with setuptools...
**Please describe your :rocket: feature request.** Currently, even if a user only wants to simulate photon transport, all the acoustic maps will be generated, too. This takes up unnecessary computation...