Skip to content
Snippets Groups Projects
Commit 5ac2e36c authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Fix documentation

parent ff8409e7
No related branches found
No related tags found
1 merge request!141Resolve "Missing TPS deviations from TPS in the TCB timer deviations"
......@@ -147,8 +147,8 @@ class Instrument:
clock_freqoffsets: dictionary of clock frequency offsets [s^-1], or 'default'
clock_freqlindrifts: dictionary of clock frequency linear drifts [s^-2], or 'default'
clock_freqquaddrifts: dictionary of clock frequency quadratic drifts [s^-2], or 'default'
clockinv_tolerance: convergence tolerance for timer deviation inversion [s]
clockinv_maxiter: maximum number of iterations for timer deviation inversion
clockinv_tolerance: convergence tolerance for clock noise inversion [s]
clockinv_maxiter: maximum number of iterations for clock noise inversion
backlink_asds: dictionary of amplitude spectral densities for backlink noise [m/sqrt(Hz)]
backlink_fknees: dictionary of cutoff frequencied for backlink noise [Hz]
testmass_asds: dictionary of amplitude spectral densities for test-mass noise [ms^(-2)/sqrt(Hz)]
......@@ -851,10 +851,7 @@ class Instrument:
self.sync_asds = ForEachSC(0)
def disable_clock_noises(self):
"""Turn off all imperfections on clocks.
This includes offsets, and frequency offsets and deviations.
"""
"""Turn off all imperfections on clocks."""
self.clock_asds = ForEachSC(0)
self.clock_offsets = ForEachSC(0)
self.clock_freqoffsets = ForEachSC(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment