1 Star 0 Fork 0

Lindsay.Lu丶/stanford-stages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
verify_chp_040.bat 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
SETLOCAL
SET FILENAME="C:\Data\CHP040.edf"
dir %FILENAME%
:: Removes both pickle files:
:: del C:\Data\CHP040.*pkl
:: Remove previously pickled edf encoding data - useful when trying out different filters
:: del C:\Data\CHP040.pkl
:: Remove previously picked hypnodensity data - useful when trying different models
:: del C:\Data\CHP040.hypno_pkl
python inf_narco_app.py %FILENAME% ^
"{\"channel_indices\":{\"centrals\":[3,4], \"occipitals\":[5,6],\"eog_l\":7,\"eog_r\":8,\"chin_emg\":9}, ^
\"show\":{\"plot\":false,\"hypnodensity\":false,\"hypnogram\":false,\"diagnosis\":true}, ^
\"save\":{\"plot\":true,\"hypnodensity\":true, \"hypnogram\":true,\"diagnosis\":true}}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lindsaylu/stanford-stages.git
git@gitee.com:lindsaylu/stanford-stages.git
lindsaylu
stanford-stages
stanford-stages
master

搜索帮助