Jerome Kieffer
Jerome Kieffer
Sort algorithm in OpenCL for variable size ensemble: ``` raison = 1.3 pas = [1,2,3,4,6,8,11] last = pas[-1] while lastlst[j]: lst[i],lst[j] = lst[j],lst[i] return 1 else: return 0 def passe(lst,...
OpenCL version of the comb-sort algorithm: ``` %%cl_kernel // returns 1 if swapped, else 0 int compare_and_swap(global volatile float* elements, int i, int j) { float vi = elements[i]; float...
All implementations are now available. Closing it.
Get inspiration from #2285
Please let it open until a new release of `pytools` comes out...
In https://github.com/silx-kit/pyFAI/blob/main/src/pyFAI/detectors/_common.py#L741 consider an extra argument `correct_orientation` which would flip the pixel coordinate **AND** change the order of the corners accordingly
Apparently the file-driver used is currently EDF ... can you try to switch format with `--format lima` or `numpy` or `eiger`.
Well, I tried to understand the reason for the bug, and EDF is tailored for 1&2D data. Here the dataset looks of higher dimentionnality. The fact is: this is a...
It could be frustrating for the user to wait for a minute or two for the compete dataset to be read and then have the program crashing just at the...
the comb-sort looks fairly simple to implement ... and it is in-place.