From 21a8b4564440243edef4f2b2217ec0bd01064eef Mon Sep 17 00:00:00 2001
From: Olaf Hartwig <olaf.hartwig@aei.mpg.de>
Date: Tue, 16 Mar 2021 23:02:40 +0100
Subject: [PATCH] Remove sentence from `oms` noise

---
 lisainstrument/noises.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisainstrument/noises.py b/lisainstrument/noises.py
index e38db22..28896cd 100644
--- a/lisainstrument/noises.py
+++ b/lisainstrument/noises.py
@@ -223,8 +223,6 @@ def oms(fs, size, asd, fknee):
     Model. It is a collection of different noises, some of which are duplicates of standalone
     noises we already implement in the simulation (e.g., backlink noise).
 
-    Because this is a optical pathlength noise expressed as fractional frequency deviation, it should
-    be multiplied by the beam frequency to obtain the beam frequency fluctuations.
     """
     logger.debug("Generating OMS noise (fs=%s Hz, size=%s, asd=%s m/sqrt(Hz), fknee=%s Hz)",
         fs, size, asd, fknee)
-- 
GitLab