From 280074a212d1e4b89456252c4127582c2da00a2a Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 31 Mar 2022 14:23:16 -0400 Subject: [PATCH] ENH: allow for .png and .tif in eeg/ieeg/meg as allowed for micr Discovered while working on https://github.com/bids-standard/bids-specification/issues/1047 --- src/schema/rules/datatypes/eeg.yaml | 2 ++ src/schema/rules/datatypes/ieeg.yaml | 2 ++ src/schema/rules/datatypes/meg.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/schema/rules/datatypes/eeg.yaml b/src/schema/rules/datatypes/eeg.yaml index 6b112e343d..094de8aeac 100644 --- a/src/schema/rules/datatypes/eeg.yaml +++ b/src/schema/rules/datatypes/eeg.yaml @@ -66,6 +66,8 @@ - photo extensions: - .jpg + - .png + - .tif entities: subject: required session: optional diff --git a/src/schema/rules/datatypes/ieeg.yaml b/src/schema/rules/datatypes/ieeg.yaml index 37c02963f5..07355cc825 100644 --- a/src/schema/rules/datatypes/ieeg.yaml +++ b/src/schema/rules/datatypes/ieeg.yaml @@ -67,6 +67,8 @@ - photo extensions: - .jpg + - .png + - .tif entities: subject: required session: optional diff --git a/src/schema/rules/datatypes/meg.yaml b/src/schema/rules/datatypes/meg.yaml index 104689b7f1..0652991a97 100644 --- a/src/schema/rules/datatypes/meg.yaml +++ b/src/schema/rules/datatypes/meg.yaml @@ -119,6 +119,8 @@ - photo extensions: - .jpg + - .png + - .tif entities: subject: required session: optional