-
https://github.com/githubdoe/DFTFringe/pull/18#pullrequestreview-1453584023
maybe we can remove it if unused
atsju updated
9 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…
-
I was trying to load an old NCSX DESC file and re-solve it with DESC using the script below:
```
from desc import set_device
set_device("gpu")
import numpy as np
from desc.equilibrium import…
-
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…
-
**Describe the bug**
Menu item "tools" "smooth current wave front" - if you increase size of zernike terms or just click "create wave front" button, it crashes
correction! It only crashes if you …
gr5 updated
12 months ago
-
Reported by @RamteenS
> I noticed by the way that, at the beginning of the processing when creating settings files, i need to put coma for the pixel size otherwise it does not create the settings fil…
-
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…
-
The field appears mirrored on the X axis
-
This little script generates the values of the Zernike polynomials for a set of rho and phi coordinate pairs, up to a given ANSI index of the Zernike set.
```python
import numpy as np
# import ma…
-
Excepting the following lines of code: returns the following errors:
```
r = np.array([0,0.5,1])
t = np.array([0,0.5,1])
zernike_nm(1, 1, r, t, norm=True)
```
Returns the following error in […