From 32d4acc498275e4de0b56156432755dc51207186 Mon Sep 17 00:00:00 2001 From: Martin Staab <martin.staab@aei.mpg.de> Date: Tue, 26 Oct 2021 18:36:40 +0200 Subject: [PATCH] Explicitly state time series option for `orbits` argument --- lisainstrument/instrument.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisainstrument/instrument.py b/lisainstrument/instrument.py index f0ce39d..6fc400c 100644 --- a/lisainstrument/instrument.py +++ b/lisainstrument/instrument.py @@ -94,8 +94,9 @@ class Instrument: or None for no filter; to design a filter from a Kaiser window, use a tuple ('kaiser', attenuation [dB], f1 [Hz], f2 [Hz]) with f1 < f2 the frequencies defining the transition band - orbits: path to orbit file, dictionary of constant PPRs for static arms, or 'static' - for a set of static PPRs corresponding to a fit of Keplerian orbits around t = 0 + orbits: path to orbit file, dictionary of constant PPRs for static arms, 'static' + for a set of static PPRs corresponding to a fit of Keplerian orbits around t = 0, + or dictionary of PPR time series gws: path to gravitational-wave file, or dictionary of gravitational-wave responses interpolation: interpolation function or interpolation method and parameters; use a tuple ('lagrange', order) with `order` the odd Lagrange interpolation order; -- GitLab