-
Notifications
You must be signed in to change notification settings - Fork 194
[SCHEMA] MEG files not yet covered by the schema #810
Copy link
Copy link
Closed
Labels
schemaIssues related to the YAML schema representation of the specification. Patch version release.Issues related to the YAML schema representation of the specification. Patch version release.
Description
Trying to use the schema to index some things with bids-matlab, I came across some files that I think are not covered yet.
https://github.com/bids-standard/bids-examples/tree/master/ds000248/sub-01/meg
/bids-examples/ds000248/sub-01/meg
├── sub-01_acq-calibration_meg.dat <---- HERE
├── sub-01_acq-crosstalk_meg.fif <---- HERE
├── sub-01_coordsystem.json
├── sub-01_task-audiovisual_run-01_channels.tsv
├── sub-01_task-audiovisual_run-01_events.tsv
├── sub-01_task-audiovisual_run-01_meg.fif
└── sub-01_task-audiovisual_run-01_meg.json
They are mentioned in the appendix.
- cross-talk file template: sub-[_ses-]_acq-crosstalk_meg.fif
- fine-calibration file template: sub-[_ses-]_acq-calibration_meg.dat
The issue now though is that in the same folder we have files with the same suffix, same extention but different set of requirements for which entities are required. @tsalo is there a precedent about this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
schemaIssues related to the YAML schema representation of the specification. Patch version release.Issues related to the YAML schema representation of the specification. Patch version release.