From c08ff6c41376a6bba21114a5c552fa82ce1e0632 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 9 Jan 2024 16:53:38 +0100 Subject: move --show-model to cli.py --- lib/cli.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 3a21c32..55436cd 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -387,6 +387,16 @@ def add_standard_arguments(parser): default="warning", help="Set log level", ) + parser.add_argument( + "--show-model", + choices=["static", "paramdetection", "param", "all"], + action="append", + default=list(), + help="static: show static model values as well as parameter detection heuristic.\n" + "paramdetection: show stddev of static/lut/fitted model\n" + "param: show parameterized model functions and regression variable values\n" + "all: all of the above", + ) parser.add_argument( "--show-model-size", action="store_true", -- cgit v1.2.3