From e9ee5efa7ac60da450b5778b87bfe9d75159d71b Mon Sep 17 00:00:00 2001 From: Guillaume D <guillaume.demesy@fresnel.fr> Date: Wed, 12 Oct 2022 11:02:13 +0200 Subject: [PATCH] up --- DiffractionGratings/grating3D_postplot_Mmatrix.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DiffractionGratings/grating3D_postplot_Mmatrix.py b/DiffractionGratings/grating3D_postplot_Mmatrix.py index 5fe70bc..1360e0f 100644 --- a/DiffractionGratings/grating3D_postplot_Mmatrix.py +++ b/DiffractionGratings/grating3D_postplot_Mmatrix.py @@ -24,10 +24,9 @@ def load_getdp_integral(fname): return temp[:,1]+1j*temp[:,2] nb_lam = 100 -nb_phi = 51 +nb_phi = 60 FLAG_TOT = 0 -# respath = 'res_Matrix_nb_phi50_total%g/'%(FLAG_TOT) -respath = 'res_Matrix_nb_phi50_total0_bermu1/' +respath = 'res_Matrix_nb_lam100_nb_phi59_total0/' rpp = np.zeros((nb_lam,nb_phi),dtype=complex) rps = np.zeros((nb_lam,nb_phi),dtype=complex) rsp = np.zeros((nb_lam,nb_phi),dtype=complex) -- GitLab