From 272ba771e3747a34979b0586e23dfd0b0f2955f8 Mon Sep 17 00:00:00 2001 From: Guillaume D <guillaume.demesy@fresnel.fr> Date: Tue, 14 Feb 2023 08:33:37 +0100 Subject: [PATCH] more points on cluster --- DiffractionGratings/grating3D_postplot_Mmatrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiffractionGratings/grating3D_postplot_Mmatrix.py b/DiffractionGratings/grating3D_postplot_Mmatrix.py index 4b72693..96f1697 100644 --- a/DiffractionGratings/grating3D_postplot_Mmatrix.py +++ b/DiffractionGratings/grating3D_postplot_Mmatrix.py @@ -23,8 +23,8 @@ def load_getdp_integral(fname): else: return temp[:,1]+1j*temp[:,2] -nb_lam = 20 -nb_phi = 21 +nb_lam = 50 +nb_phi = 51 FLAG_TOT = 0 respath = 'res_Matrix_nb_lam%g_nb_phi%g_total0/'%(nb_lam,nb_phi-1) rpp = np.zeros((nb_lam,nb_phi),dtype=complex) -- GitLab