Jon Wright

Results 35 comments of Jon Wright

This looks great, did you already try it on a 40 or 64-core machine on the cluster? Thanks!

Hi Jerome This flip business should be common for all file formats that support putting a flip in the header. The code making the string is in: Lima/common/include/lima/SizeUtils.h : 412...

We can collect a series of pictures to give testcases for the effect of binning, roi, flip and rotations. It seems you could eventually look at: bin 1x1, 1x2, 2x1,...

Hi Vallentin I am not sure what interpreted_data would give for an image where an ROI was applied? For now I still did not track down the issues on the...

Rather the simplifying the code, can you just remove it altogether? See: https://commandcenter.blogspot.com/2012/04/byte-order-fallacy.html He suggests one should try to remove "swap" lines of code. So rather than fixing "self._data_swap_needed" can...

Good question. I just tried with git main and hdf5plugin seems to be using the lz4 that is inside c-blosc (1.9.3) rather than c-blosc2 (1.9.4) (because of https://github.com/silx-kit/hdf5plugin/blob/9b063266f49a6fe87a59086bf2aadb0e68b99821/setup.py#L616 ?). Is...

For compatibility wrappers, Intel suggested patching LZ4 (recipe in the first issue). You could have a folder lz4 and lz4_patched and then choose which one to compile/link against.

There is a double buffer flag that is passed by default, I assume it would be no problem to make it optional, along with various other things in #3. A...

I didn't find a machine to reproduce. Can you run glxinfo and/or glxgears via XWayland?

So I finally found a machine running wayland. You need to do: $ PYOPENGL_PLATFORM=glx python3 cube.py ... and it should use glx. Can you let me know if that works...