-
Hello,
if found your impressive package recently. I had some issues with the installation on windows10:
I downloaded your master and used conda.
conda env create -f environment.yml
I tried to refo…
-
```python
for n in range(3,13):
basis = ZernikePolynomial(n,n)
grid1 = QuadratureGrid(n,n,0)
grid2 = ConcentricGrid(n,n,0)
print(f"{n} {grid1.num_nodes/basis.num_modes:.2f} {g…
-
Hello,
I have a one question and a possible bug:
1) [This](https://slmsuite.readthedocs.io/en/latest/_examples/experimental_holography.html) example in the docs uses a blazing vector of `vector = …
-
Hi author, I would like to ask, the range of the wavefront reconstructed from this project is only the size of the unit circle, but the size of the whole pupil is not necessarily the unit circle. So I…
-
The `optics` module allows specification of an aberrated optics PSF by means of Zernike coefficients of the wavefront. But, the `wavefront` method is specific to a single field location. To model mult…
-
Hi,
I was using your repo to calculate the Z coeffs of a 3D scan of a surface. The input data is a rectangular NumPy array representing the surface. As the x- and y-values are essentially regular l…
-
I put this here only for developpers tracking purpose.
According to this thread, zernike code needs to be updated to 2022 version
https://groups.io/g/Interferometry/topic/103666155
Feel free …
atsju updated
8 months ago
-
@TSGut @dlfivefifty @MikaelSlevinsky I am witnessing instability in the lowering/raising when considering Semiclassical Jacobi with a large c parameter.
E.g. the following works:
`
ρ=0.02; t=inv…
-
Hi @david-hoffman ! Thank you for providing and maintaining this package! I ran into some problems when putting a picture of Gaussian beam mode in tiff format into the algorithm and adjusted the "para…
-
We are storing the optical path difference of the rays in both CODE V and Zemax but need a way to actually make the data meaningful. As of now it's a raveled array of data, but diffraction calculation…