From e9e05a82119ea159c0c630a5374788351c6c9442 Mon Sep 17 00:00:00 2001 From: linarphy Date: Wed, 16 Jul 2025 15:24:14 +0200 Subject: [PATCH] Fix typo --- main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index bb14866..db341af 100644 --- a/main.py +++ b/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)), diff --git a/pyproject.toml b/pyproject.toml index 8e486b5..f725e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"