release v1
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@
|
||||
__pycache__/
|
||||
|
||||
# Distribution / packaging
|
||||
release/
|
||||
build/
|
||||
dist/
|
||||
dist_nuitka/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
# 遗留问题
|
||||
# TODO
|
||||
1. mvep是否要把list freq 开放到config
|
||||
2. 滤波器参数 放到config文件
|
||||
BIN
release/runDecoder.dist_v0.0.0_beta_20260611.7z
Normal file
BIN
release/runDecoder.dist_v0.0.0_beta_20260611.7z
Normal file
Binary file not shown.
BIN
release/脑电范式算法库zmq接口说明_v1.docx
Normal file
BIN
release/脑电范式算法库zmq接口说明_v1.docx
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user