Fix typo
This commit is contained in:
parent
098393a4b2
commit
e9e05a8211
2 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -496,7 +496,7 @@ with Progress(console=console) as progress:
|
|||
df=mean(diff(quad_tf["SNEB"].f)),
|
||||
),
|
||||
kp=FrequencySeries(
|
||||
data=in_tf["SNEb"].get(C_B1_DETECTOR),
|
||||
data=in_tf["SNEB"].get(C_B1_DETECTOR),
|
||||
unit=m / W,
|
||||
f0=in_tf["SNEB"].f[0],
|
||||
df=mean(diff(in_tf["SNEB"].f)),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "backscattering_simulation"
|
||||
version = "0.0.1"
|
||||
version = "0.1.0"
|
||||
authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }]
|
||||
description = "Generate simulation data used to measure backscattered light in the Virgo interferometer"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue