Size of SARS-Cov2 virions in class

© 2021 Tom Röschinger. This work is licensed under a Creative Commons Attribution License CC-BY 4.0. All code contained herein is licensed under an MIT license

This notebook is heavily inspired by this lesson by Justin Bois.


First we need to import the image and load it using skimage.

We are going to plot a lot of images in this notebook, so let's write a short function that returns an image given a 2D array.