From 6246705f4b77316f240584f5481ea4baa8e4a2e8 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Fri, 25 Aug 2023 11:44:22 -0400 Subject: [PATCH] [ENH] Add optional low_cutoff and high_cutoff columns for fnirs channels.tsv (#1597) --- src/schema/rules/tabular_data/nirs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/schema/rules/tabular_data/nirs.yaml b/src/schema/rules/tabular_data/nirs.yaml index 117116abd3..996b5bc585 100644 --- a/src/schema/rules/tabular_data/nirs.yaml +++ b/src/schema/rules/tabular_data/nirs.yaml @@ -25,6 +25,8 @@ nirsChannels: level: optional level_addendum: required if `type` is `ACCEL`, `GYRO` or `MAGN` wavelength_actual: optional + low_cutoff: optional + high_cutoff: optional description: optional wavelength_emission_actual: optional short_channel: optional