-
Notifications
You must be signed in to change notification settings - Fork 161
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
Question: consistency of metadata in .nwb and bids filename/side-car - must be consistent, or allowed to be overloaded? #1133
Comments
NWB is a permitted file format for iEEG only (currently), perhaps someone has stumbled over this issue already? How did you deal with it? @bids-standard/raw-electrophys-ieeg Personally, I don't know anyone who has worked with NWB in the context of BIDS. |
This does not only apply to NWB, but to all formats where the original header is difficult or impossible to edit by the neuroscientists that acquire the data and do the BIDS curation. In discussions with @hoechenberger and @cbrnr et al on the MNE-Python repository we (as software developers) agreed that the BIDS sidecars overrule the (binary) headers of the MEG, EEG and iEEG files. The discussion starts more or less around here. |
Ah, that reminds me of: which would be great to finally agree on and merge |
Note that in this case specifically, NWB is 'permitted', but not 'supported', which means that the validator does not validate the NWB metadata. |
we hope to possibly/eventually converge the https://dandiarchive.org custom bids-inspired layout to fully fledged BIDS. BEP032: BIDS-animal-ephys is working with .nwb being one of the two supported data formats.
oh, I think I was not aware of such distinction. Is it ( |
I added |
.nwb files are supported by BIDS since awhile. NWB files are hdf5 files following quite elaborate nwb schema which includes metadata which is also covered by BIDS itself, such as subject_id, session_id, etc. I wonder, are we to allow such metadata be "overloaded" by BIDS (so it is
sub-001
in BIDS while .nwb file says "mouse3") or they must be consistent (and thus bids-validator should error out)?The text was updated successfully, but these errors were encountered: