Leonard

Results 27 comments of 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: ![BesselRegion_1mm_grid](https://github.com/opticspy/lightpipes/assets/5358601/f8e94ad8-f0e3-40f2-9e05-64035e6faf04) And here it is for only `0.2mm` grid size after much fewer steps: ![BesselRegion_0 2mm_grid](https://github.com/opticspy/lightpipes/assets/5358601/9b58c99e-9fcd-469c-9f31-20665cf0288d) PS: My...