Closed carterbox closed 2 years ago
Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/tike/ptycho/solvers/adam.py
:Line 192:17: E124 closing bracket does not match visual indentation Line 222:19: E124 closing bracket does not match visual indentation
Purpose
Add RPIE implementation.
Closes #142
Approach
Converts the EPIE implementation into an RPIE implementation because EPIE is a special case of RPIE. Also adds RPIE style regularization to the ADAM updates.
Worked with A. Tripathi to develop this RPIE update for the case when there are multiple illuminations:
Where p is the number of illumination, j is the number of scan posiiotns.
Pre-Merge Checklists
Submitter
Reviewer