summaryrefslogtreecommitdiff
path: root/bin/mimplot
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-28 10:38:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-28 10:38:04 +0100
commit69b60f06913dd0d86e4b84938d73840a536d9f57 (patch)
tree24b669a9989b2b5de565bffb6a2afea6ea29847c /bin/mimplot
parentf56c7317d0e5178a05d071e397745d9f60963f8a (diff)
fix mimplot
Diffstat (limited to 'bin/mimplot')
-rwxr-xr-xbin/mimplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mimplot b/bin/mimplot
index 1768da8..92e1b65 100755
--- a/bin/mimplot
+++ b/bin/mimplot
@@ -15,7 +15,7 @@ mimfile = sys.argv[3]
mim = MIMOSA(voltage, shunt)
-charges, triggers = mim.load_data(mimfile)
+charges, triggers = mim.load_file(mimfile)
charges = charges[:3000000]
currents = running_mean(mim.charge_to_current_nocal(charges), 10) * 1e-6