Refactored Python files, fixed errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
% Bessel beam
|
||||
function b = bessel(r, r_max, w0, P)
|
||||
b = bessel_peak(r_max, w0, P) * besselj(0, 2.405/w0 * r).^2;
|
||||
b = besselj(0, 2.405/w0 * r).^2;
|
||||
end
|
||||
Reference in New Issue
Block a user