Skip to content
Snippets Groups Projects
Commit 6834ab44 authored by Camilla Compton's avatar Camilla Compton
Browse files

Add logging info of what channel is being refined

parent 79bfc176
No related branches found
No related tags found
2 merge requests!98Draft: WIP Positive/negative standard deviation refinement,!97Split up refine_time into two functions so the calculation can be called separately
This commit is part of merge request !98. Comments created here will be created in the context of that merge request.
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment