pyFAI
pyFAI copied to clipboard
Perform median in azimuthal space
Nice to have, work in azimuthal space....
- how to deal with inclined detector
- how to deal with pixel splitting Not simple, probably slow.
Need to find fast sort probably first implemented in cython.
the comb-sort looks fairly simple to implement ... and it is in-place.
drag inspiration from https://github.com/numpy/numpy/pull/22315/files
https://github.com/shwina/stdpar-cython/blob/main/sort.ipynb
Some ideas about implementing a parallel comb-sort on GPU ... could be interesting
All done