From 68d726d239c846d161b5a948e2fd37ee2893b65d Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 19 Aug 2026 13:23:02 -0700 Subject: [PATCH] Update Understanding Parameters --- Understanding-Parameters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Understanding-Parameters.md b/Understanding-Parameters.md index e51326d..102eed8 100644 --- a/Understanding-Parameters.md +++ b/Understanding-Parameters.md @@ -45,12 +45,12 @@ Note: If OPTODE_PLACEMENT is set to False, SHOW_OPTODE_NAMES will be ignored. Identifies both short and long channels. A channel is the inter-optode distance between a source (transmitter) and detector (receiver) optode. Different fNIRS caps will vary in spatial resolution, and as such the requirements for what constitutes a short or long channel will vary depending on the hardware design and/or user preference. If your design has a short channel included, you will need to use this method. If a channel is longer than the allowable distance, it will be removed entirely. If a short channel is requested but no channels are found below the set threshold, the processing of the participant will fail. **Parameters:** -- SHORT_CHANNELS (bool, deafult=True): True if the data has at least one short channel, False if the data does not have at least one short channel. -- ⚠️LONG_CHANNELS (bool, deafult=True): True if channels exceeding LONG_CHANNELS_THRESH should be removed, False if the channels exceeding LONG_CHANNELS_THRESH should not be removed. +- SHORT_CHANNELS (bool, default=True): True if the data has at least one short channel, False if the data does not have at least one short channel. +- ⚠️LONG_CHANNELS (bool, default=True): True if channels exceeding LONG_CHANNELS_THRESH should be removed, False if the channels exceeding LONG_CHANNELS_THRESH should not be removed. - SHORT_CHANNELS_THRESH (float, default=0.015): Maximum distance that short channels can be in metres. - LONG_CHANNELS_THRESH (float, default=0.045): Maximum distance that long channels can be in metres. -Note: If SHORT_CHANNEL is set to False, SHORT_CHANNEL_THRESH & SHORT_CHANNEL_REGRESSION will be ignored. +Note: If SHORT_CHANNELS is set to False, SHORT_CHANNELS_THRESH & SHORT_CHANNEL_REGRESSION will be ignored. Note: If ⚠️LONG_CHANNELS is set to False, LONG_CHANNELS_THRESH will be ignored. ## Heart Rate