|
|
@ -127,8 +127,8 @@ def find_guard_threshold(data_frame, parameters): |
|
|
|
guard_counts = numpy.concatenate([[0], guard_data[0]]).astype( |
|
|
|
guard_counts = numpy.concatenate([[0], guard_data[0]]).astype( |
|
|
|
numpy.float16 |
|
|
|
numpy.float16 |
|
|
|
) |
|
|
|
) |
|
|
|
guard_edges = guard_data[1] |
|
|
|
guard_edges = guard_data[1] |
|
|
|
|
|
|
|
|
|
|
|
pyplot.clf() |
|
|
|
pyplot.clf() |
|
|
|
seaborn.lineplot(x=guard_edges, y=guard_counts) |
|
|
|
seaborn.lineplot(x=guard_edges, y=guard_counts) |
|
|
|
pyplot.title("Histogram of Guard Avarages (not filtered)") |
|
|
|
pyplot.title("Histogram of Guard Avarages (not filtered)") |
|
|
|