Skip to content

Commit

Permalink
Merge pull request #1049 from yarikoptic/bf-photo-exts
Browse files Browse the repository at this point in the history
ENH: allow for .png and .tif in eeg/ieeg/meg as allowed for micr
  • Loading branch information
effigies authored Apr 15, 2022
2 parents 1379ab0 + 280074a commit 7e16903
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema/rules/datatypes/eeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
- photo
extensions:
- .jpg
- .png
- .tif
entities:
subject: required
session: optional
Expand Down
2 changes: 2 additions & 0 deletions src/schema/rules/datatypes/ieeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
- photo
extensions:
- .jpg
- .png
- .tif
entities:
subject: required
session: optional
Expand Down
2 changes: 2 additions & 0 deletions src/schema/rules/datatypes/meg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
- photo
extensions:
- .jpg
- .png
- .tif
entities:
subject: required
session: optional
Expand Down

0 comments on commit 7e16903

Please sign in to comment.