Viewing 4-dimensional microscopy datasets

The new function detailed here https://plotly.com/python/imshow/#combining-animations-and-facets is awesome!

Can it also read large (~ 100 GB) files in common microscopy formats such aus .LIF, .CZI etc or only .TIF?

The px.imshow() function accepts numpy arrays or things that look like them such as xarray objects. If you can load such files into these data formats, you can use px.imshow() to display them :slight_smile:

1 Like