From 9f1d04477f09aa8c561a948e119aa39b7dbc3294 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Bayle <j2b.bayle@gmail.com>
Date: Wed, 8 Feb 2023 09:17:15 +0000
Subject: [PATCH] Add better docstring for `tdir_modulations`

---
 lisainstrument/instrument.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisainstrument/instrument.py b/lisainstrument/instrument.py
index 6e35b41..07ce3f4 100755
--- a/lisainstrument/instrument.py
+++ b/lisainstrument/instrument.py
@@ -142,7 +142,8 @@ class Instrument:
                 on each MOSA [s/sqrt(Hz)], or 'default' for a default set of levels with a factor
                 10 higher on right-sided MOSAs to account for the frequency distribution system
             modulation_freqs: dictionary of modulation frequencies [Hz], or 'default'
-            tdir_modulations: dictionary of callables of TDIR assistance modulations, or None
+            tdir_modulations: dictionary of callable generators of TDIR assistance modulations
+                that take an array of TPS times as argument, or None
             clock_asds: dictionary of clock noise amplitude spectral densities
             clock_offsets: dictionary of clock offsets from TPS [s]
             clock_freqoffsets: dictionary of clock frequency offsets [s^-1], or 'default'
-- 
GitLab