release v1

This commit is contained in:
2026-06-11 09:21:57 +08:00
parent d480107b37
commit 4574798d86
5 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
__pycache__/
# Distribution / packaging
release/
build/
dist/
dist_nuitka/

View File

@@ -13,6 +13,9 @@ Debug_64ch_Decoder_Optimize is an updated version that fixes several issues and
6. decoder class切换问题
7. decoder_class切换时数据重置、各类参数重置
# realease log
- 2026年6月11日09:18:44 打包第一版包名runDecoder.dist_v0.0.0_beta_20260611.7z
# 常用命令
source activate 3in1Py310
@@ -22,7 +25,9 @@ python ZeroMQClient_mock.py
python filter_test.py
python upperHost_stimmock/MI_headless.py
# 打包命令
./nuitka_3in1_package.sh
# 遗留问题
1. mvep是否要把list freq 开放到config
# TODO
1. mvep是否要把list freq 开放到config
2. 滤波器参数 放到config文件

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
import matplotlib
matplotlib.use('Agg')
import argparse
import sys
# import matplotlib
# matplotlib.use('Agg')
# import argparse
# import sys
import time
from Decoder import Decoder_main
from PubLibrary.RunOnce import is_program_running