We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue raised in mne-tools/mne-bids#667
Anonymization in BIDS recommends a date < 1925. However, in EDF file format, the minimum date allowed is 1985.01.01 00:00:00.
In mne-bids discussion, we proposed that a BIDS compliant anonymization of an EDF file would consist of:
acq_time
I want to propose adding a PR to clarify this in the scans.tsv section around recording date anonymization and add a note for EDF files.
The text was updated successfully, but these errors were encountered:
related: #538
Sorry, something went wrong.
#761 would play well with this clarification. Because we would have a mismatch of BIDS metadata and EDF metadata, and BIDS would just overwrite EDF.
Successfully merging a pull request may close this issue.
Issue raised in mne-tools/mne-bids#667
Summary
Anonymization in BIDS recommends a date < 1925. However, in EDF file format, the minimum date allowed is 1985.01.01 00:00:00.
In mne-bids discussion, we proposed that a BIDS compliant anonymization of an EDF file would consist of:
acq_time
be the source of truth for the "anonymized" recording date (i.e. 1924.01.01 )Proposed Fix
I want to propose adding a PR to clarify this in the scans.tsv section around recording date anonymization and add a note for EDF files.
The text was updated successfully, but these errors were encountered: