File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 620620 comment : Use this package as a command line to organize your Nifti dataset into BIDS.
621621 license : GPL-3.0
622622
623+ - name : nwb2bids
624+ repo_url : https://github.com/con/nwb2bids
625+ status : active
626+ data_types :
627+ - microephys
628+ expected_input :
629+ - NWB
630+ language :
631+ - Python
632+ distribution :
633+ - name : pypi
634+ url : https://pypi.org/project/nwb2bids
635+ documentation : https://nwb2bids.readthedocs.io/
636+ comment : |
637+ Reorganizes NWB (Neurodata Without Borders) files into a BIDS directory
638+ layout, supporting microelectrode electrophysiology data (ecephys/icephys)
639+ per BEP032.
640+ license : MIT
641+
623642- name : phys2bids
624643 repo_url : https://github.com/physiopy/phys2bids
625644 status : active
Original file line number Diff line number Diff line change @@ -53,3 +53,14 @@ Not exactly BIDS converters but are common tools that can used by other BIDS
5353converters.
5454
5555{{ MACROS__ _ generate_converter_table(file="converters.yml", data_type="MISC") }}
56+
57+ ## Experimental Converters
58+
59+ The converters listed below are considered 'experimental',
60+ usually because they relate to BIDS extensions that have not yet been approved.
61+
62+ ### Microelectrode Electrophysiology Converters
63+
64+ Converters for processing microelectrode electrophysiology data (ecephys/icephys).
65+
66+ {{ MACROS__ _ generate_converter_table(file="converters.yml", data_type="microephys") }}
You can’t perform that action at this time.
0 commit comments