silx
silx copied to clipboard
silx toolkit
# goal Sometimes files can contain a lot of information with 'tortuous' path. Users sometime (often) only remembers the name of a dataset or a part of name but not...
When clicking on a virtual dataset I get the exception ` 'str' object has no attribute 'pop'` ``` ERROR:silx.gui.qt._qt: 'str' object has no attribute 'pop' File "/usr/lib/python3/dist-packages/silx/gui/data/Hdf5TableView.py", line 273, in...
Feedback from Flint users. They would like to have a tool to measure distance in pixels in images. Such tool is very generic and probably have to deal with internal...
I try to use sift to extract features from image  but it give a error:  then I try to import pyopencl but it also give a error: ...
I am using `silx` with jupyter lab to build notebook-script using some interactive windows. I would like to use the `Viewer` to select the data that my code will use....
Well, I am not sure we do support this platform, but it is good to know. * Intel/CPU is OK, * Apple/gpu is OK * PoCL/CPU (1.5-6, amd64) is OK...
Add a histogram of the image along the colorbar First raised here: https://gitlab.esrf.fr/bliss/bliss/-/issues/2810
# [silx.io.utils.get_data] h5py cannot read *different files* in parallel? ## Context ### data I have this .h5 with a dataset composed of 36 virtual external sources, each pointing to a...
The function [`silx.io.dictdump.dicttoh5`](https://github.com/silx-kit/silx/blob/fe38fd3c712a311876ce8804e144621c9dad7c4f/src/silx/io/dictdump.py#L171) has an expected behavior when `update_mode="modify"` in the following scenario: 1. The file `mystuff.h5` already exists and has the following internal tree: ``` /A (Group) /A/data (Group)...
CI currently fails on gh actions with macos. I restarted a PR that was fine a few days ago and it is now broken. See e.g., https://github.com/silx-kit/silx/pull/3455/checks?check_run_id=2527669607 -> Run the...