Supported file formats¶
CloudScope loads commercial microscopy formats and open image formats. The same loaders are available in the desktop app and the browser app.
CloudScope loads files lazily — image pixels and analysis load only when you select a file. This lets you browse folders with many files without loading everything into memory at once.
Supported formats¶
CloudScope supports these commercial microscopy formats:
| Format | Extension | Notes |
|---|---|---|
| Olympus / Evident | .oir |
May include a reference/overview image. |
| Zeiss | .czi |
May include a reference/overview image and scan path. |
| Nikon | .nd2 |
Nikon NIS-Elements acquisitions. |
and these open image formats:
| Format | Extension | Notes |
|---|---|---|
| TIFF | .tif |
Generic TIFF image files, including multi-channel images. |
| OME-Zarr | .ome.zarr |
Directory-backed OME-Zarr stores. |
Notes¶
- Reference images. OIR and CZI files often, but not always, include a reference or overview image and scan-path metadata. See Kymograph reference images.
- Load reporting. Files that cannot be read are reported as warnings (missing file, unsupported type, or read error) rather than failing the whole folder load.
CloudScope's CZI and OIR support builds on file-format work by Christoph Gohlke.
Sample data¶
To try CloudScope without your own files, load the sample datasets from the history menu in the load/save controls:
- Load Velocity Sample Data — OIR kymograph data for velocity analysis
- Load Diameter Sample Data — TIFF kymograph data for diameter analysis
See Using the GUI for screenshots and menu details.