polyTEM.image.drift.read_mrc¶
- polyTEM.image.drift.read_mrc(fn)¶
Opens .mrc file containing single stack of images and returns numpy array. :param fn: image filename
- Returns:
np array of size (n, x, y) n is number of stacked images (generally 24) x, y is # pixels horizontally and vertically