Fix another typo

This commit is contained in:
linarphy 2025-07-16 15:25:05 +02:00
parent e9e05a8211
commit 1bcfc9614f
Signed by: linarphy
GPG key ID: 0CBF02E039B4FFFF
2 changed files with 2 additions and 2 deletions

View file

@ -507,7 +507,7 @@ with Progress(console=console) as progress:
"SWEB",
),
kn=FrequencySeries(
data=quad_tf["SWEb"].get(C_B1_DETECTOR),
data=quad_tf["SWEB"].get(C_B1_DETECTOR),
unit=m / W,
f0=quad_tf["SWEB"].f[0],
df=mean(diff(quad_tf["SWEB"].f)),

View file

@ -1,6 +1,6 @@
[project]
name = "backscattering_simulation"
version = "0.1.0"
version = "0.1.1"
authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }]
description = "Generate simulation data used to measure backscattered light in the Virgo interferometer"
readme = "README.md"