/emc2d

EMC algorithm for motion correction for low-dose TEM images.

Primary LanguageJupyter Notebook

emc2d

A Python3 implementation for EMC motion correction for low-dose TEM images.

Install

$ git clone git@github.com:Varato/emc2d.git
$ cd emc2d

pybind11 is added as a git submodule. To fetch it, run

$ git submodule init
$ git submodule update

Then

$ python setup.py install

This will invoke cmake and build extensions.