From 4920b368769f9eb2982955089dd14a22efd54c9a Mon Sep 17 00:00:00 2001 From: Patrick Godwin <patrick.godwin@ligo.org> Date: Sun, 26 Aug 2018 14:21:30 -0700 Subject: [PATCH] Makefile.offline_tutorial_test: changed the DATASTART, DATASTOP times for fake frame production so frames cover the entire span of the analysis --- gstlal-inspiral/tests/Makefile.offline_tutorial_test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstlal-inspiral/tests/Makefile.offline_tutorial_test b/gstlal-inspiral/tests/Makefile.offline_tutorial_test index 1cc3fbae0d..722b9f505e 100644 --- a/gstlal-inspiral/tests/Makefile.offline_tutorial_test +++ b/gstlal-inspiral/tests/Makefile.offline_tutorial_test @@ -75,9 +75,9 @@ TIME=time -p ############################## # The GPS start time to generate data -DATASTART = 999999998 +DATASTART = 999999952 # The GPS stop time to generate data -DATASTOP = 1000002070 +DATASTOP = 1000002100 # Sampling rate of fake data SAMPLE_RATE = 4096 -- GitLab