andykee/loupe

Compute gradient of alpha term in dft2

andykee opened this issue · 0 comments

Description

The current implementation of dft2 does not allow for optimizing the alpha term. This can be a very useful feature to have when solving phase retrieval problems with unknown/uncertain F/#.

dft2.backward() will need to be updated to include this functionality.