diff --git a/.gitignore b/.gitignore index ea88596..658ea20 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ __pycache__/ # Distribution / packaging -release/ build/ dist/ dist_nuitka/ diff --git a/README.md b/README.md index ca7bc25..79852ab 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +# TODO +1. mvep是否要把list freq 开放到config +2. 滤波器参数 放到config文件 \ No newline at end of file diff --git a/release/runDecoder.dist_v0.0.0_beta_20260611.7z b/release/runDecoder.dist_v0.0.0_beta_20260611.7z new file mode 100644 index 0000000..b7a164a Binary files /dev/null and b/release/runDecoder.dist_v0.0.0_beta_20260611.7z differ diff --git a/release/脑电范式算法库zmq接口说明_v1.docx b/release/脑电范式算法库zmq接口说明_v1.docx new file mode 100644 index 0000000..5a5f4c0 Binary files /dev/null and b/release/脑电范式算法库zmq接口说明_v1.docx differ diff --git a/runDecoder.py b/runDecoder.py index aa91bbc..3921116 100644 --- a/runDecoder.py +++ b/runDecoder.py @@ -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