Fixed multipliers, refactored ray efficiencies

This commit is contained in:
2023-03-21 21:41:20 +04:00
parent 74231472c9
commit 37c2c9c410
5 changed files with 29 additions and 134 deletions

View File

@@ -9,17 +9,6 @@ format compact
load_constants
% Factors plots
theta = linspace(0, pi/2, 500);
figure
plot(theta, qs_factor(theta, pi/4, n1, n2), ...
theta, -qg_factor(theta, pi/4, n1, n2), ...
theta, qmag_factor(theta, pi/4, n1, n2))
grid
xlabel('$\theta$, $^{\circ}$', 'Interpreter', 'latex')
ylabel('Q')
% Intensity profile plots
rho = linspace(-r_max, r_max, 500);
figure