Skip to content
Snippets Groups Projects

Draft: zero pad discontiguous segments for omega scans

Closed Deep Chatterjee requested to merge deep.chatterjee/gwcelery:fix-183 into main
2 unresolved threads
Files
2
+ 1
1
@@ -135,7 +135,7 @@ def make_omegascan(ifo, t0, durs):
cache = create_cache(ifo, long_start, long_end)
strain_name = app.conf['strain_channel_names'][ifo]
try:
ts = TimeSeries.read(cache, strain_name,
+1
ts = TimeSeries.read(cache, strain_name, pad=0.0,
start=long_start, end=long_end).astype('float64')
# Do q_transforms for the different durations
qgrams = [ts.q_transform(
Loading