From 4cab7325017c77e999f2e849a4877b677a678b28 Mon Sep 17 00:00:00 2001 From: Johann Benerradi Date: Mon, 22 Jul 2024 09:24:20 +0100 Subject: [PATCH 1/3] Correct dataTypeIndex description --- snirf_specification.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/snirf_specification.md b/snirf_specification.md index 19458b8..d9c1796 100644 --- a/snirf_specification.md +++ b/snirf_specification.md @@ -496,9 +496,7 @@ for list of possible values. * **Type**: integer * **Location**: `/nirs(i)/data(j)/measurementList(k)/dataTypeIndex` -Data-type specific parameter indices. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. Note that the Time Domain and Diffuse Correlation Spectroscopy data types have two additional parameters and so the data type index must be a vector with 2 elements that index the additional parameters. One use of this parameter is as a -stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and -`measurementList(k).dataTypeLabel = 'HRF ...'` . +Data-type specific parameter index. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. One use of this parameter is as a stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and `measurementList(k).dataTypeLabel = 'HRF ...'` . #### /nirs(i)/data(j)/measurementList(k)/sourcePower * **Presence**: optional From 30c563de63354fdb0c8d484fb44cace32e558331 Mon Sep 17 00:00:00 2001 From: Johann Benerradi Date: Mon, 22 Jul 2024 10:01:49 +0100 Subject: [PATCH 2/3] Clarify TD and DC note --- snirf_specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snirf_specification.md b/snirf_specification.md index d9c1796..96a4fe4 100644 --- a/snirf_specification.md +++ b/snirf_specification.md @@ -496,7 +496,7 @@ for list of possible values. * **Type**: integer * **Location**: `/nirs(i)/data(j)/measurementList(k)/dataTypeIndex` -Data-type specific parameter index. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. One use of this parameter is as a stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and `measurementList(k).dataTypeLabel = 'HRF ...'` . +Data-type specific parameter index. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. Note that the Time Domain and Diffuse Correlation Spectroscopy data types have two additional parameters and so the data type index is used to map both those additional parameters with the same index. One use of this parameter is as a stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and `measurementList(k).dataTypeLabel = 'HRF ...'` . #### /nirs(i)/data(j)/measurementList(k)/sourcePower * **Presence**: optional From b9160b603e3218cae80dbd7b5f4275a85d24e4a6 Mon Sep 17 00:00:00 2001 From: Johann Benerradi Date: Mon, 22 Jul 2024 17:30:10 +0100 Subject: [PATCH 3/3] Update data type index note --- snirf_specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snirf_specification.md b/snirf_specification.md index 96a4fe4..c2d67f9 100644 --- a/snirf_specification.md +++ b/snirf_specification.md @@ -496,7 +496,7 @@ for list of possible values. * **Type**: integer * **Location**: `/nirs(i)/data(j)/measurementList(k)/dataTypeIndex` -Data-type specific parameter index. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. Note that the Time Domain and Diffuse Correlation Spectroscopy data types have two additional parameters and so the data type index is used to map both those additional parameters with the same index. One use of this parameter is as a stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and `measurementList(k).dataTypeLabel = 'HRF ...'` . +Data-type specific parameter index. The data type index specifies additional data type specific parameters that are further elaborated by other fields in the probe structure, as detailed below. Note that where multiple parameters are required, the same index must be used into each (examples include data types such as Time Domain and Diffuse Correlation Spectroscopy). One use of this parameter is as a stimulus condition index when `measurementList(k).dataType = 99999` (i.e, `processed` and `measurementList(k).dataTypeLabel = 'HRF ...'` . #### /nirs(i)/data(j)/measurementList(k)/sourcePower * **Presence**: optional