AdvancedPhotonSource / tike

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

Port position correction to RPIE #189

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Purpose

Add position correction feature to the RPIE implementation.

Approach

Copies the position correction implementation from the lstsq_grad algorithm. This approach approximates the position update direction using finite element on each object patch and then amplifies the update information from these patches across iterations using ADAM (Adaptive Moment).

Pre-Merge Checklists

Submitter

Reviewer