从BIDS数据集生成openMINDS元数据
项目描述
bids2openminds
从BIDS数据集生成openMINDS元数据的小工具
正在积极开发中,请尝试首次alpha版本,并通过创建问题向我们提供反馈。
安装
pip install bids2openminds
用法
Usage: bids2openminds [OPTIONS] INPUT_PATH
Options:
-o, --output-path PATH The output path or filename for OpenMINDS
file/files.
--single-file Save the entire collection into a single
file (default).
--multiple-files Each node is saved into a separate file
within the specified directory. 'output-
path' if specified, must be a directory.
-e, --include-empty-properties Whether to include empty properties in the
final file.
-q, --quiet Not generate the final report and no
warning.
--help Show this message and exit.
对于开发者
运行测试
$ pytest