Matus Krajnak
Matus Krajnak
@pavanky I think so, I will reinstall the computer, it will be easier to try with an empty install (at least sys.path and os.environ had same outputs)
Problem still there, fresh ubuntu 18.04, CUDA 9.1, binary af v3.6 (/opt/arrayfire), python from ubuntu repo, arrayfire-python git-master **os.environ** diff: - ipython3 `'_': '/usr/bin/python3'` - jupyter-notebook `'_': '/usr/bin/jupyter-notebook', 'JPY_PARENT_PID': '20126',...
!ld outputs: (they are the same) - ipython > !ldd /opt/arrayfire/lib/libafcuda.so > linux-vdso.so.1 (0x00007ffd3b3fc000) > libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f44f099a000) > librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f44f0792000) > libnvrtc.so.9.1 => /opt/arrayfire/lib/libnvrtc.so.9.1 (0x00007f44ef066000) >...
I can generate some files for this to help next week. There might be a few things to consider. * Multi-frame MIB file consists of concentrated single frames. Simply adding...
Hi everyone, I have generated a set of example MIB files for Merlin. What would be the best place to share them? The basic set of files for 1 frame...
I uploaded the examples here: https://github.com/matkraj/read_mib/tree/main/mib_examples
@sk1p Download function is great! On my system any CoM result (x,y,RGB) goes into > 500: Internal Server Error and in console: ```[2020-04-02 12:26:57,041] INFO [libertem.web.base.log_message:16] message: FINISH_JOB (job=4a10bbeb-630a-4338-afac-62e31d5494f8) tornado.application...
@sk1p I would prefer multiframe TIFFs -> I just tested a 2 layer 32 bit TIFF and they are supported by GIMP (v2.10 up to date version at least, only...
Hi all, Is there any reason hyperspy/rosettasciio doesn't load Merlin data lazily as a default? Merlin data is easily memory mapped so it should not be problem and in my...
Hi @CSSFrancis thanks for pointing this out for me. When I was working on GPU processing in past I preferred any geometry adjustments to be done after the data was...