Jerome Kieffer

Results 226 issues of 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

enhancement

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

bug

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.

enhancement

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

bug

The integrate_data and integrate_variance could be merged using a parent class using the CSR definition.

enhancement

similar to "navigator" in rawtherapee

enhancement

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...

Easy