pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

Perform median in azimuthal space

Open kif opened this issue 1 year ago • 4 comments

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.

kif avatar Sep 04 '24 05:09 kif

the comb-sort looks fairly simple to implement ... and it is in-place.

kif avatar Sep 04 '24 05:09 kif

drag inspiration from https://github.com/numpy/numpy/pull/22315/files

kif avatar Sep 12 '24 12:09 kif

https://github.com/shwina/stdpar-cython/blob/main/sort.ipynb

kif avatar Sep 12 '24 13:09 kif

Some ideas about implementing a parallel comb-sort on GPU ... could be interesting

kif avatar Sep 17 '24 14:09 kif

All done

kif avatar Dec 08 '24 20:12 kif