You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
odak needs a lens phase function generation routine to generate phase patterns for various lenses (quadratic phase functions). Steps that are required to implement are as follows:
Fork odak,
In your own fork implement a phase function generation routine in odak.wave specifically in here.
Add a test routine with a name test_lens_phase.py to test folder found in here. Other test routines such as this one can help in writing a test routine for this case.
Commit all the changes to your fork.
Once you are done at your fork, add a pull request to main repository of odak using this link.
Do not hesitate to ask any questions during your implementation.
The text was updated successfully, but these errors were encountered:
odak
needs a lens phase function generation routine to generate phase patterns for various lenses (quadratic phase functions). Steps that are required to implement are as follows:odak
,odak.wave
specifically in here.test_lens_phase.py
to test folder found in here. Other test routines such as this one can help in writing a test routine for this case.odak
using this link.Do not hesitate to ask any questions during your implementation.
The text was updated successfully, but these errors were encountered: