silx icon indicating copy to clipboard operation
silx copied to clipboard

silx toolkit

Results 222 silx issues
Sort by recently updated
recently updated
newest added
trafficstars

# 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...

enhancement
improvement needed
difficulty:Intermediate

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...

enhancement

I try to use sift to extract features from image ![image](https://user-images.githubusercontent.com/35327931/102002675-b12eda00-3d39-11eb-856c-c025dabdf313.png) but it give a error: ![image](https://user-images.githubusercontent.com/35327931/102002672-9e1c0a00-3d39-11eb-86b2-00d0b19f52fc.png) then I try to import pyopencl but it also give a error: ![image](https://user-images.githubusercontent.com/35327931/102002686-e0454b80-3d39-11eb-954b-4ee77ba62dc3.png)...

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

enhancement

# [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...