Skip to content

Commit

Permalink
[SCHEMA][FIX] Use meg selectors for meg rules (bids-standard#1596)
Browse files Browse the repository at this point in the history
ieeg presumably survived a copy.
  • Loading branch information
effigies authored Aug 24, 2023
1 parent 02d97b0 commit 48a61a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schema/rules/sidecars/meg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ MEGTaskInformation:

MEGInstitutionInformation:
selectors:
- modality == "ieeg"
- datatype == "ieeg"
- suffix == "ieeg"
- modality == "meg"
- datatype == "meg"
- suffix == "meg"
fields:
InstitutionName: recommended
InstitutionAddress: recommended
Expand Down

0 comments on commit 48a61a6

Please sign in to comment.