Update for the report

This commit is contained in:
linarphy 2024-08-30 14:55:47 +02:00
parent 406e6e5917
commit d9ad218983
No known key found for this signature in database
GPG key ID: E61920135EFF2295
2 changed files with 12 additions and 2 deletions

View file

@ -19,7 +19,7 @@ basicConfig(
logger = getLogger(__name__) logger = getLogger(__name__)
date = "2024_06_07" date = "2024_08_15"
bancs = [ bancs = [
"SNEB", "SNEB",
"SWEB", "SWEB",
@ -65,7 +65,7 @@ for index in range(len(bancs)):
axes.set_xlabel(_("frequencies")) # type: ignore[reportUnknownVariable] axes.set_xlabel(_("frequencies")) # type: ignore[reportUnknownVariable]
axes.set_ylabel(_("sensibility ($\\frac{1}{\\sqrt{Hz}}$)")) # 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_xlim(5, 100)
temp = axes.set_ylim(10e-28, 10e-18) temp = axes.set_ylim(10e-28, 10e-18)
temp = axes.legend() # type: ignore[reportUnknownVariable] temp = axes.legend() # type: ignore[reportUnknownVariable]

View file

@ -54,3 +54,13 @@
dark_fringe = 4.445e-3 dark_fringe = 4.445e-3
modelisation = "scatterCoupling_dec_jan.mat" modelisation = "scatterCoupling_dec_jan.mat"
correct-power = false 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