Jerome Kieffer
Jerome Kieffer
In the Azure pipelines ... https://github.com/conda-forge/pyfai-feedstock
They are likely to be ~2x faster to instanciate and would allow code factorization
Also implements Kabsch algorithm ... https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.align_vectors.html#scipy.spatial.transform.Rotation.align_vectors
Tested on an image from the Rigaku RAPID-II
In integrators, the default empty value is 0. Nan, as a result of 0/0 should be better. Several tests on masks have to be correct to modify this default value.
pyFAI-calib2 declares "PyQt5" as a requirement using setuptools (i.e. in setup.py). After debian packaging, this dependency is not found while python3-qt5 is properly installed. Bug in 0.19
The integrate_data and integrate_variance could be merged using a parent class using the CSR definition.
This creates a useless warning. Within OpenCL code, the extension is working. TODO: write a small opencl program which checks the actual presence of the extension and report if the...