Skip to content

Commit 8ebb271

Browse files
yarikopticclaudeRemi-Gau
authored
Add nwb2bids converter for microelectrode electrophysiology data (#797)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Remi Gau <remi_gau@hotmail.com>
1 parent a133fb1 commit 8ebb271

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

data/tools/converters.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,25 @@
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

docs/tools/converters.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,14 @@ Not exactly BIDS converters but are common tools that can used by other BIDS
5353
converters.
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") }}

0 commit comments

Comments
 (0)