Robert Haase

Results 145 comments of Robert Haase

> Do you see any issue with continuing to ship the last working ImageJ-win32.exe? This is what we do for ImageJ-linux32. No issue and it sounds like a great idea....

Alright. I just download and tested them. The new win64.exe works on the system. It's just not signed properly I guess: ![image](https://user-images.githubusercontent.com/12660498/89327630-7e3e5080-d68c-11ea-92fe-ba8da0a73282.png) As I trust you, I ran it anyway...

I also tried with some more older Fijis and they appear to work fine with the new launcher. 👍

> I don't know what to do about this Windows Defender SmartScreen thing. It's a bit weird. I only saw it once. > we can release 5.0.4 and test it,...

Dear maintainers, this is a very useful documentation update. Consider merging it. 😉

Hey @GenevieveBuckley , thanks for reporting this! > size (1000, 2048, 2048) pixels Assuming it's a `uint32` dtype label image, that image holds 16 GB of memory. > two thousand...

Quick benchmark, using the new release ``` pip install napari-simpleitk-image-processing==0.4.2 ``` and using this image (note: just 100 slices): ``` image = np.random.random((100,2048,2048)) ``` and this code: ``` stats =...

HI @thawn , this bug should be fixed in the recent release of nsitk. Can you check? If not, please let me know how I can reproduce the issue. Thanks!...

Hint: we deactivated parallel execution because it crashed when called from Jupyter: - https://github.com/BiAPoL/napari-clusters-plotter/issues/169 Maybe it's possible to detect if we run from within napari and then enable parallel execution.