Draft: WIP Positive/negative standard deviation refinement
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 47
− 23
@@ -10,8 +11,7 @@ from .. import data
@@ -20,7 +20,7 @@ def plot_indicators(event, params, refined_gps=None, threshold=None):
@@ -29,6 +29,11 @@ def plot_indicators(event, params, refined_gps=None, threshold=None):
@@ -45,11 +50,16 @@ def plot_indicators(event, params, refined_gps=None, threshold=None):
@@ -62,7 +72,7 @@ def plot_indicators(event, params, refined_gps=None, threshold=None):
@@ -154,6 +164,7 @@ def find_transition(channel, segment, std_threshold, max_time, minimum=None):
@@ -165,30 +176,43 @@ def find_transition(channel, segment, std_threshold, max_time, minimum=None):
@@ -230,7 +254,7 @@ def refine_time(event):