diff --git a/figure_overleaf.py b/figure_overleaf.py index 3f90806..87f66af 100755 --- a/figure_overleaf.py +++ b/figure_overleaf.py @@ -19,7 +19,7 @@ basicConfig( logger = getLogger(__name__) -date = "2024_06_07" +date = "2024_08_15" bancs = [ "SNEB", "SWEB", @@ -65,7 +65,7 @@ for index in range(len(bancs)): axes.set_xlabel(_("frequencies")) # type: ignore[reportUnknownVariable] axes.set_ylabel(_("sensibility ($\\frac{1}{\\sqrt{Hz}}$)")) # type: ignore[reportUnknownVariable] -axes.set_title(_("Projection pour un interféromètre dans une condition nominale")) # type: ignore[reportUnknownVariable] +axes.set_title(_("Projection pour un interféromètre dans de mauvaise condition (vent fort)")) # type: ignore[reportUnknownVariable] temp = axes.set_xlim(5, 100) temp = axes.set_ylim(10e-28, 10e-18) temp = axes.legend() # type: ignore[reportUnknownVariable] diff --git a/values-coupling.toml b/values-coupling.toml index 3c2290d..5b9657c 100644 --- a/values-coupling.toml +++ b/values-coupling.toml @@ -54,3 +54,13 @@ dark_fringe = 4.445e-3 modelisation = "scatterCoupling_dec_jan.mat" correct-power = false + [dates.2024_06_09] + laser = 12.1 + dark_fringe = 4.445e-3 + modelisation = "scatterCoupling_dec_jan.mat" + correct-power = false + [dates.2024_08_15] + laser = 12.1 + dark_fringe = 4.445e-3 + modelisation = "scatterCoupling_dec_jan.mat" + correct-power = false