Implement an easy position correction method just to have at least one. Also, boosted CPU performance by using Numba to compile some functions.
Approach
Dwivedi, Priya, A.P. Konijnenberg, S.F. Pereira, and H.P. Urbach. 2018.
“Lateral Position Correction in Ptychography Using the Gradient of
Intensity Patterns.” Ultramicroscopy 192 (September): 29–36.
https://doi.org/10.1016/j.ultramic.2018.04.004.
Pre-Merge Checklists
Submitter
[x] Write a helpfully descriptive pull request title.
[x] Organize changes into logically grouped commits with descriptive commit messages.
[x] Document all new functions.
[ ] Write tests for new functions or explain why they are not needed.
Purpose
Implement an easy position correction method just to have at least one. Also, boosted CPU performance by using Numba to compile some functions.
Approach
Pre-Merge Checklists
Submitter
yapf
to format python code.Reviewer