summaryrefslogtreecommitdiff
path: root/lib/utils.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-12-03 15:16:24 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-12-03 15:16:24 +0100
commit85374727ad66b884b25ddd659600ee9317db071b (patch)
tree36c29c86feb8bfa3e3fdb7fd18d11dd7be7c7eb8 /lib/utils.py
parente226cb81dd57b9810a093936e750a0e2d4512173 (diff)
use common energytrace loader code
this also fixes a nasty off-by-one in the barcode loader (now _load_energytrace): wrong: interval_start_timestamp = data[:-1, 0] * 1e-6 correct: interval_start_timestamp = data[1:, 0] * 1e-6
Diffstat (limited to 'lib/utils.py')
0 files changed, 0 insertions, 0 deletions