At the moment field phase and intensity are defined as properties. It's very helpful and common to have property setters but you only have getters.
The replace method requires you to reconstruct the entire field.u and often times in holography and displays you want to keep either phase or amplitude and replace the other. Property setters will make the code much more clean.
At the moment field phase and intensity are defined as properties. It's very helpful and common to have property setters but you only have getters.
The
replace
method requires you to reconstruct the entirefield.u
and often times in holography and displays you want to keep either phase or amplitude and replace the other. Property setters will make the code much more clean.