From 2747d21d4db8f4f123874743dfce512d0cabc875 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Apr 2020 08:58:14 +0200 Subject: move running_mean helper from dfatool to utils --- bin/cal-hist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/cal-hist') diff --git a/bin/cal-hist b/bin/cal-hist index 96c4469..f615c57 100755 --- a/bin/cal-hist +++ b/bin/cal-hist @@ -7,7 +7,8 @@ import struct import sys import tarfile import matplotlib.pyplot as plt -from dfatool import running_mean, MIMOSA +from dfatool import MIMOSA +from utils import running_mean voltage = float(sys.argv[1]) shunt = float(sys.argv[2]) -- cgit v1.2.3