NSLS-II-CSX / csxtools

Useful python tools for CSX (23-ID)
http://nsls-ii-csx.github.io/csxtools
Other
4 stars 13 forks source link

feat: Dask get_fccd_images #94

Open maffettone opened 3 months ago

maffettone commented 3 months ago

Add Dask versions of the C functions fastccd::correct_fccd_images and image::rotate90.

This should enable us to do all of the modifications for loading in chunks, and grab 1 chunk at a time from tiled to load. The C functions are parallelized; however, they need to load the full arrays into RAM.

maffettone commented 1 week ago

Ah good catch! Thanks!

padraic-shafer commented 1 week ago

@ambarb This is ready for review + merge.