AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

Implement Dwivedi's method for position correction #45

Closed carterbox closed 4 years ago

carterbox commented 4 years ago

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

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

Reviewer

pep8speaks commented 4 years ago

Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 172:13: E741 ambiguous variable name 'l'

Comment last updated at 2020-04-21 22:03:27 UTC