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
We might need to open some image files that are compressed using `JPEG2000`, to do that we'll use`imagecodecs` to have access to this compression algorithm.
30
+
We'll open some image files that are compressed using `JPEG2000`, so we need`imagecodecs` to have access to this compression algorithm.
31
31
32
-
Additionally, install Jupyterlab to follow the notebooks.
32
+
Additionally, install Jupyterlab to follow the notebooks, and its Dask extension.
We'll work with big microscopy images. An example of that kind of image can be found [here](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1.svs).
43
41
So it is a good idea to have it downloaded as well.
42
+
43
+
A crop of that image can be found [here](https://drive.google.com/file/d/17owNcq_Or6aBAyUVE33fyHSS0VvKuHSw/view?usp=sharing), along with its `Zarr` version [here](https://drive.google.com/file/d/1BmNxOrO3vOFPR-PCnV00DYgFsD1sDu47/view?usp=sharing).
44
+
45
+
A smaller example image can be found [here](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-Small-Region.svs), and its corresponding `Zarr` version is [here](https://drive.google.com/file/d/1MifgafB5mhVAvqjzEAAR_zQajAU5Dcya/view?usp=drive_link).
We'll convert an image from Tiff format to the Zarr format, so make sure to install `bioformats2raw` as follows inside the same `scale-up` environment:
30
+
We'll open some image files that are compressed using `JPEG2000`, so we need `imagecodecs` to have access to this compression algorithm.
31
+
32
+
Additionally, install Jupyterlab to follow the notebooks, and its Dask extension.
We'll work with big microscopy images. An example of that kind of image can be found [here](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1.svs).
36
41
So it is a good idea to have it downloaded as well.
42
+
43
+
A crop of that image can be found [here](https://drive.google.com/file/d/17owNcq_Or6aBAyUVE33fyHSS0VvKuHSw/view?usp=sharing), along with its `Zarr` version [here](https://drive.google.com/file/d/1BmNxOrO3vOFPR-PCnV00DYgFsD1sDu47/view?usp=sharing).
44
+
45
+
A smaller example image can be found [here](https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-Small-Region.svs), and its corresponding `Zarr` version is [here](https://drive.google.com/file/d/1MifgafB5mhVAvqjzEAAR_zQajAU5Dcya/view?usp=drive_link).
0 commit comments