Jerome Kieffer

Results 226 issues of Jerome Kieffer

Implement a numpy prototype for listing all Bragg spots in an image as discussed with Jon...

It would call calib, integrate ... under the hood. This would make single-binary distribution much easier (i.e on windows & macosx).

enhancement

Yuriy requested to be able to fit exponential decays within `silx view` for XPCS experiments. I believe it would be interesting to allow users to provide formulae as strings and...

enhancement

When the units are provided as attribute of an axis in a NXdata, I guess it would be quite easy to display them in addition to the label of the...

difficulty:Easy

There is a prototype in fabio: https://github.com/silx-kit/fabio/pull/341 What we learnt: There are no binary wheels of h5py which is hence built from scratch. This requires the lib HDF5 and its...

``` ====================================================================== ERROR: testLosePrecisionUsingFloat80 (silx.utils.test.test_number.TestConversionTypes) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/test/workspace/silx/build/lib.linux-ppc64le-3.6/silx/utils/test/test_number.py", line 154, in testLosePrecisionUsingFloat80 dtype = func(value) File "/home/test/workspace/silx/build/lib.linux-ppc64le-3.6/silx/utils/testutils.py", line 227, in wrapper result = func(*args, **kwargs)...

bug
difficulty:Expert

One of the new feature of `pyFAI2` will be that one can plug-in different geometries compared to `pyFAI` which always uses the `poni` geometry and convert the parameters between geometries....

pyFAI2

For now, arrays are built using a conversion from scipy.sparse. It works but creates a strong dependecy on scipy to be able to build the code.

enhancement

C:\Users\wouter\Documents\2013\B-station\2D-detector\PyFai\PyFAI_184_40keV>pyFAI -integrate.py data1.tif WARNING:root:Exception No module named fftw3: FFTw3 not available. Falling back on Scipy Dump! Detector Detector Spline= None PixelSize= 7.500e-05, 7.500e-05 m Wavelength= 3.099145e-11m SampleDetDist= 1.836135e-01m PONI= 6.178475e-03,...

bug
gui

Good idea from Tom (ID13): store the absorbance (f(E)) and thickness of the sensitive layer into the detector class. Combined with incidance ange (from Geometry class) provides correction for efficiency...

enhancement