silx
silx copied to clipboard
silx toolkit
related to https://github.com/silx-kit/silx/issues/3577 TODO ===== - [x] prototype to handle simple use cases - [ ] check file management into more details. This use case was not really expected (having...
No idea if it was already fixed, but here is a warning from python 3.7, and silx 1.0.0 (maybe beta) ``` 2022-01-27 19:03:04,091 eh3 3065 py.warnings WARNING : /.../bliss_dev/lib/python3.7/site-packages/silx/gui/plot/stats/statshandler.py:78: FutureWarning:...
This PR improve some how the look end feel of the colormap. This PR can be split if you prefer.  ### Gamma value I would like...
Hi, When loading an h5 file with many datasets, when inspecting a 2D slice and then changing to a another dataset to compare, if the datasets are the same dimension,...
The information that I need is not on the default plot but on the dataset itself. A little enhancement that would be handy for me: ``` $ silx view /tmp/test_hdf5_gray8s_*.h5::/entry_0000/instrument/Simulator/data...
`Histogramnd` crashes on arrays with more than `2**31 - 1` elements: ```python import numpy as np from silx.math import Histogramnd def test_histogram(n_samples, n_bins): data = np.random.randint(0, high=1000, size=(n_samples,), dtype=np.int32) dmin,...
Some devices report they are not supporting 64bit atomic operation but do which is much better than those which report they can but actually fail. This snippet of code performs...
`distutils` is depracated and will be removed in Python 3.12 [PEP 632](https://www.python.org/dev/peps/pep-0632/), we should get rid of it.
Closes #3571  The first virtual source is ``` /data/id21/inhouse/eduardo/out/fitted_EP_701_1_859_12158.h5::/2.1/blisspymca.1/results/parameters/Al_K ``` Alternatively this could also be ``` .::/2.1/blisspymca.1/results/parameters/Al_K ``` I prefer the first (absolute path) because it might not be...
Related links: - https://www.riverbankcomputing.com/static/Docs/PyQt6/pyqt5_differences.html - https://doc.qt.io/qtforpython/porting_from2.html - https://doc.qt.io/qt-6/portingguide.html - https://www.learnpyqt.com/blog/pyqt6-vs-pyside6/ TODO list: - [x] Remove code for PyQt4/PySide2 support - [ ] Handle enums ~~Change enums to use fully qualified...