Paul Müller

Results 41 comments of Paul Müller

I just realized that mahotas apparently honors the `OMP_NUM_THREADS` environment variable. When setting `OMP_NUM_THREADS` to a fixed number, mahotas will only spawn so many processes. This is exactly what I...

Note that there is fcswrite (https://github.com/ZELLMECHANIK-DRESDEN/fcswrite/). It isn't feature complete (pull-requests welcome), but it should already be sufficient for most applications.

FYI: Using `uwsgi-socket` instead of `http11-socket` (and changing the corresponding configuration in nginx) leads to the same behavior.

Does anyone have any idea why this is happening?

With version 8.0.3, an automatically created version file looks like this: ```python # file generated by setuptools_scm # don't change, don't track in version control TYPE_CHECKING = False if TYPE_CHECKING:...

It will be much simpler to write a CKAN extension that facilitates this feature once IUserForm https://github.com/ckan/ckan/issues/6070 is implemented. The task of the extension would be to check if there...

Hi Jeroen, an imaginary part that is non-zero implies absorption. For a purely dielectric cylinder, the imaginary part of the refractive index should be (close to, with numerical errors) zero....

Ok, does that mean you used [odtbrain.sinogram_as_rytov](https://odtbrain.readthedocs.io/en/stable/processing.html#odtbrain.sinogram_as_rytov)? Could you please paste your code and output image? You could use one of the examples as templates for plotting, e.g. https://odtbrain.readthedocs.io/en/stable/ex2d.html#mie-off-center-cylinder

Also, since scipy 1.6.0, the affine transform can deal with complex-valued data.

[data_.zip](https://github.com/RI-imaging/ODTbrain/files/9798357/data_.zip)