Jerome Kieffer

Results 226 issues of Jerome Kieffer

quits without error but does not the requested work Configuration specific.

bug

PyFAI is actually reporting the standard error to the mean which is roughly sqrt(sum(variance))/count while the standard deviation is sqrt(sum(variance)/count). There is sqrt(count) difference which correspond to error of the...

doc
proposal

For 1D integration : * [X] IntegrationMethod(1d int, bbox split, histogram, cython) * [X] IntegrationMethod(1d int, full split, histogram, cython) * [X] Make integrate1d_ng the default integrator For 2D integration,...

In tutorial for Dexela detector, many faulty pixels were found when calculating the LUT.

* saves some place in AzimuthalIntegrator * Easier to maintain

enhancement
quality

Apparently, the JF detector has the beam-center at the origin, making the pixel coordinates ranging from -2000 to +2000. The distortion correction from pyFAI does not handle this case properly

bug