WIP on normaliser: 2e6ad24 ad to gitignore

This commit is contained in:
2026-02-20 20:32:02 +03:00
7 changed files with 116 additions and 23 deletions

View File

@ -86,6 +86,11 @@ def build_parser() -> argparse.ArgumentParser:
"точки step,uint32(hi16,lo16),0x000A"
),
)
parser.add_argument(
"--logscale",
action="store_true",
help="После поправки знака применять экспоненту LOG_EXP**x (LOG_EXP=2)",
)
return parser