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

## Fixing problem on normalization of FFT Usual normalization is on backward FFT ( ./1 on forward & ./N on backward) but we can expect to have a non-normalize FFT...

This PR adds a small utility for easily importing/exporting FFTW plans, called [wisdom](https://www.fftw.org/fftw3_doc/Words-of-Wisdom_002dSaving-Plans.html). The wisdom data structure is saved in a numpy `npz` file, along with some "metadata" (eg. machine...

Hello, Herewith I 'd like to ask for a new ROI class that is a line ROI _with width_. It would look similar to ArcROI, just with three handles, not...

Hi, I currently use `dicttoh5` and `h5todict` to easily store and restore dictionaries to/from disk. Unfortunately, I find very annoying that `h5todict` returns always `numpy.ndarray` types, no matter is the...

Unless I have missed it, one gets a signal from the DataViewer when the view is changed and when the data are changed, however one does not get a signal...

This needs more testing to make sure it works under all condition this widget is used

https://github.com/nexusformat/definitions/issues/1063 I believe we got this wrong in silx: we expect the default group to be an NXdata group, except for the default of NXroot don't we?

As it is, the default snapping mode (only active curve with symbols when crosshair is enabled) is used for profile plots. It would be best to enable it always for...

enhancement

With a fresh Conda install in a new env, aka ``` conda create -n silx -c conda-forge silx conda activate silx ``` I get the following error when opening a...

Silx view allow to open a sub dataset/group from a hdf5 file. In this case only this subtree is displayed. But when you click on refresh, the parent file is...

bug