Skip to content
Snippets Groups Projects

internal timing of transient F-stat map function

Merged David Keitel requested to merge timeFstatmap into master
3 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -714,7 +714,7 @@ class ComputeFstat(BaseSearchClass):
# actual (t0,tau) window was set with tstart, tend before
self.windowRange.tau = int(tend - tstart) # TYPE UINT4
self.FstatMap = tcw.call_compute_transient_fstat_map(
self.FstatMap, self.timingFstatMap = tcw.call_compute_transient_fstat_map(
self.tCWFstatMapVersion, self.tCWFstatMapFeatures,
self.FstatResults.multiFatoms[0], self.windowRange)
if self.tCWFstatMapVersion == 'lal':
Loading