Jerome Kieffer

Results 402 comments of Jerome Kieffer

Contribution from the MaxIV diffraction & scattering group [errorPropAziInt.pdf](https://github.com/silx-kit/pyFAI/files/14934960/errorPropAziInt.pdf)

This is all done now. See the documentation in https://github.com/silx-kit/pyFAI/tree/main/doc/source/usage/tutorial/Variance/Unweighted.ipynb

`python3 -X importtime -c "import pyFAI.worker"` gives a hint ... the timings are in µs.

On lintaillefer, this takes: 2.1s out of which: ``` 193.521 ms fabio 423.257 ms pyFAI.utils 435.484 ms pyFAI 1466.502 ms silx.opencl.common 1466.716 ms silx.opencl 1466.735 ms silx.opencl.common 1467.515 ms pyFAI.opencl...

The selection of the OpenCL device can be tuned with `OCL_ICD_VENDORS`. In this example I point to an ICD for a FPGA board that I don't have: ``` 54.466 ms...

Hi Daniel, Thanks for the working example: this really looks like a bug, but I am not sure if it is possible to correct it. You are perfectly right: the...

Related issue: #1873 I will be off for a week, ... Just one idea until then: * Define a virtual detector with a forced pixel size and position (i.e. 1m...

``` ====================================================================== ERROR: test_radial (pyFAI.test.test_azimuthal_integrator.TestAzimHalfFrelon.test_radial) Non regression for #1602 ---------------------------------------------------------------------- Traceback (most recent call last): File "/users/kieffer/workspace-400/pyFAI/build/lib/python3.11/site-packages/pyFAI/test/test_azimuthal_integrator.py", line 276, in test_radial res = self.ai.integrate_radial(self.data, npt=360, npt_rad=10, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/users/kieffer/workspace-400/pyFAI/build/lib/python3.11/site-packages/pyFAI/azimuthalIntegrator.py", line...

For matplotlib, I think so since it is needed for the pyFAI-calib (without the GUI). By the way, pyFAI will go away from numpy.distutils packaging so there is trouble ahead...