Leonard
Leonard
Hello Tess, are you referring to Fred's example in `Examples/Zernike/Shack_HartmannDemo[2...3].py`? As you can see from the plots, the examples work and create the expected abberated patterns. What might be confusing,...
Hi Romutulus, I finally had the chance to look at your problem, very interesting physics these Airy beams, never heard of before! First general things that I tried (which did...
For the future, we should add some protection to `SubIntensity` to only accept positive, real valued arrays. In addition, we should add a command `SubField` to replace the complex field...
Hi Fred, I was also thinking about trying to replicate the results of that paper myself, but you beat me to it :) However it seems your propagation does not...
Indeed I made some quick tests with Numba while porting the code from Cpp to Python. However for the few examples that I tested, it was a little complicated (e.g....
Hi DerKamin, I had a look at your code and I think I managed to get an acceptable solution. Some quick comments first: * The generation of the annular beam...
Here is the resulting beam after many steps for `1mm` grid size:  And here it is for only `0.2mm` grid size after much fewer steps:  PS: My...