Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bidsphysio to list of converters #325

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions _data/physio_converters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,20 @@
documentation: https://phys2bids.readthedocs.io/en/latest/
comment: Python3 library to format physiological files in BIDS.
license: Apache-2.0

- name: bidsphysio
url: https://github.com/cbinyu/bidsphysio
data_types:
- physiological
expected_input:
- CMRR, AcqKnowledge, Siemens PMU
distribution:
- name: pypi
url: https://pypi.org/project/bidsphysio/
- name: dockerhub
url: https://hub.docker.com/r/cbinyu/bidsphysio/
language:
- Python
documentation: URL to documentation
comment: Converts physio data (CMRR, AcqKnowledge, Siemens PMU) to BIDS physiological recording
GUI: false