summaryrefslogtreecommitdiff
path: root/lib/dfatool.py
AgeCommit message (Expand)AuthorLines
2020-07-03move get_fit_result to ParamFit classDaniel Friesel-58/+54
2020-07-03more consistent logging; use logger. instead of logging. where appropriateDaniel Friesel-22/+20
2020-07-02Use logging module for debug outputDaniel Friesel-77/+40
2020-07-01Restore k-fold cross validation supportDaniel Friesel-8/+91
2020-06-25analyze-archive: Add --info optionDaniel Friesel-1/+5
2020-05-28dfatool: EnergyTraceLog: Add power trace export (with_traces=True)Daniel Friesel-33/+41
2020-05-28use black(1) for uniform code formattingDaniel Friesel-628/+1169
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-6/+22
2020-04-30dfatool: Fix Code128 importDaniel Friesel-1/+1
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-5/+5
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-12/+1
2019-12-11PTA: add attribute error measures to JSON modelDaniel Friesel-2/+4
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-3/+18
2019-11-21autopep8 / flake8Daniel Friesel-273/+273
2019-11-20RawData: remove precomputed offline_aggregates from invalid EnergyTraceLog runsDaniel Friesel-19/+40
2019-11-19EnergyTraceLog: Handle missing duration entriesDaniel Friesel-4/+19
2019-11-19EnergyTraceLog: clean up function signaturesDaniel Friesel-19/+19
2019-11-18EnergyTraceLog: Improve detection, adjust for ptalog.h changesDaniel Friesel-13/+22
2019-11-18dfatool: minor code cleanupDaniel Friesel-21/+13
2019-11-18dfatool: save preprocessing stats in cacheDaniel Friesel-2/+8
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-28/+202
2019-11-15todosDaniel Friesel-4/+15
2019-11-15handle missing python3-zbar module (e.g. on Debian Stable)Daniel Friesel-2/+14
2019-11-15EnergyTrace: recovered transition offsets are correct \o/Daniel Friesel-19/+74
2019-11-14Start work on EnergyTrace loaderDaniel Friesel-17/+304
2019-10-25dfatool: More error handling, support a posteriori argumentsDaniel Friesel-12/+67
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+11
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-20/+25
2019-10-15PTA: Add from_file constructorDaniel Friesel-6/+5
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-15/+25
2019-10-10RawData: Re-add cachingDaniel Friesel-0/+26
2019-10-08dfatool: refactor get_staticDaniel Friesel-30/+14
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-46/+2
2019-10-07move ParamStats and helper functions to lib/parameters.pyDaniel Friesel-184/+2
2019-10-07dfatool/PTAModel: handle state/transitions being removed via filter_paramDaniel Friesel-21/+25
2019-10-07dokuDaniel Friesel-14/+26
2019-10-02improve co-dependent parameter detection logicDaniel Friesel-12/+46
2019-10-01initial check for boolean parameters' influence on other parametersDaniel Friesel-1/+15
2019-09-27dfatool: fix support for RawData v0 (indentation error)Daniel Friesel-1/+1
2019-09-27add filter-param support to analyze-archiveDaniel Friesel-0/+26
2019-09-27dfatool RawData v1: Correctly handle repeated measurementsDaniel Friesel-1/+6
2019-09-26Use individuel MIMOSA log files per repetition; documentationDaniel Friesel-28/+19
2019-09-23Fix model generation on legacy data formatDaniel Friesel-14/+39
2019-09-20dfatool: Refactor RawData._preprocess*Daniel Friesel-74/+57
2019-09-20RawData: Add initial support for dfatool v1 measurementsDaniel Friesel-19/+151
2019-09-20MIMOSA: Documentation, log errorsDaniel Friesel-78/+121
2019-09-09optionally also analyze mean transition powerDaniel Friesel-0/+2
2019-08-16documentationDaniel Friesel-8/+8
2019-08-16Add function override support to AnalyticModel, analyze-timing.pyDaniel Friesel-10/+25
2019-08-16optionally prune dependent parameters before analysisDaniel Friesel-1/+2