From 3044da9dc466b203c63ce50899faa66b1fc21f74 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bayle <j2b.bayle@gmail.com> Date: Mon, 17 Oct 2022 18:18:24 +0000 Subject: [PATCH] Write orbit's t0 as metadata --- lisainstrument/instrument.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisainstrument/instrument.py b/lisainstrument/instrument.py index aa9f3ca..250fcb7 100755 --- a/lisainstrument/instrument.py +++ b/lisainstrument/instrument.py @@ -1794,7 +1794,7 @@ class Instrument: 'sc_jitter_phi_asds', 'sc_jitter_eta_asds', 'sc_jitter_theta_asds', 'mosa_jitter_phi_asds', 'dws_asds', 'mosa_angles', - 'orbit_file', 'orbit_dataset', + 'orbit_file', 'orbit_dataset', 'orbits_t0', 'gw_file', 'gw_group', 'glitch_file', 'interpolation_order', -- GitLab