brandondube / praise

reference implementation of contemporary "forward-reverse" or "iterative transform" phase retrieval algorithms
MIT License
6 stars 0 forks source link

Got Error #1

Closed neha-22 closed 2 years ago

neha-22 commented 2 years ago

got this error module 'praise' has no attribute 'GerchbergSaxton'

brandondube commented 2 years ago

It seems fine?

>>> import praise
>>> praise.GerchbergSaxton
<class 'praise.GerchbergSaxton'>