How to achieve 0.3mm wavelength propagation and return #42
cyxxxxxxxxxxxxxxx
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to achieve 0.3mm wavelength propagation and return



When I choose a wavelength of 0.3mm, I cannot calculate it back
F.propagate(0cm)
I = F.get_intensity()
plot square root of field intensity (for improved contrast)
F.plot_intensity(I, xlim=[-9 mm, 9* mm], ylim=[-9* mm, 9* mm], square_root = True)
F.propagate(80*mm)
I = F.get_intensity()
plot square root of field intensity (for improved contrast)
F.plot_intensity(I, xlim=[-9* mm, 9* mm], ylim=[-9* mm, 9* mm], square_root = True)
F.propagate(-80*mm)
I = F.get_intensity()
plot square root of field intensity (for improved contrast)
F.plot_intensity(I, xlim=[-9* mm, 9* mm], ylim=[-9* mm, 9* mm], square_root = True)
But it can be achieved at 3000nm
Beta Was this translation helpful? Give feedback.
All reactions