Update for the report
This commit is contained in:
parent
406e6e5917
commit
d9ad218983
2 changed files with 12 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue