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

Adds missing injectSources

parent 0f83188a
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,8 @@ class GridSearch(BaseSearchClass):
BSGL=self.BSGL, minStartTime=self.minStartTime,
maxStartTime=self.maxStartTime, minCoverFreq=self.minCoverFreq,
maxCoverFreq=self.maxCoverFreq, detectors=self.detectors,
earth_ephem=self.earth_ephem, sun_ephem=self.sun_ephem)
earth_ephem=self.earth_ephem, sun_ephem=self.sun_ephem,
injectSources=self.injectSources)
def cut_out_tstart_tend(*vals):
return self.search.run_semi_coherent_computefstatistic_single_point(*vals[2:])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment