Skip to content
Snippets Groups Projects

Draft: WIP Positive/negative standard deviation refinement

Open Camilla Compton requested to merge camilla.compton/locklost:pos_neg_std into master
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -59,6 +59,7 @@ def refine_channel(event, params, window, refined_gps=None, threshold=None):
channels = [
params['CHANNEL'],
]
logging.info("refining time using channel: {}".format(channels))
window = config.REFINE_WINDOW
segment = Segment(*window).shift(gps)
buf = data.fetch(channels, segment)[0]
Loading