Skip to content
Snippets Groups Projects
Commit e1bf6ca3 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix add transient parameters to EarthSearch

parent 5b248256
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment