AdvancedPhotonSource / tike

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

NEW: Implement Difference Map algorithm #220

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Purpose

Add an implementation of the Difference Map algorithm.

Approach

Adapted the current RPIE implementation for DM. The farplane updates are the same, but difference map has different nearplane updates. DM requires that all positions be used for each update, so I had to adapt the batch parameter so that only one update is applied each epoch.

Pre-Merge Checklists

Submitter

Reviewer