You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Load images as 'np.float32' before normalising to 8-bit (np.uin8)
* Save LIF master metadata one level further down
* Run 'process_lif_subimage' in a ProcessPoolExecutor class, and add logic to determine number of workers and threads to use
* Update CPU resources requested by CLEM LIF service
* Use 'tifffile.imread' instead of 'cv2.imread' to open TIFF files
* Added 'imagecodecs' as an explicit dependency; needed for opening certain TIFF files
* Clip after normalising instead of before
* Updated tests
0 commit comments