From e1bf6ca38f87d5b880b990dd4bd363e4e81f11cb Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Fri, 15 Dec 2017 14:34:43 +0100 Subject: [PATCH] Fix add transient parameters to EarthSearch --- pyfstat/grid_based_searches.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyfstat/grid_based_searches.py b/pyfstat/grid_based_searches.py index 3557bee..1daa55d 100644 --- a/pyfstat/grid_based_searches.py +++ b/pyfstat/grid_based_searches.py @@ -683,6 +683,10 @@ class EarthTest(GridSearch): For all other parameters, see `pyfstat.ComputeFStat` for details """ + self.transientWindowType = None + self.t0Band = None + self.tauBand = None + if os.path.isdir(outdir) is False: os.mkdir(outdir) self.nsegs = 1 -- GitLab