From 346ebb68f6c4f3d6b62c1f47b233281cf250e67d Mon Sep 17 00:00:00 2001 From: Edouard2laire Date: Thu, 26 Dec 2024 19:55:06 +0100 Subject: [PATCH] [dataOffset] Fix summary table (#162) --- snirf_specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snirf_specification.md b/snirf_specification.md index 48c54c5..b386d7c 100644 --- a/snirf_specification.md +++ b/snirf_specification.md @@ -169,7 +169,7 @@ Note that this table serves as machine-readable schema for the SNIRF format. Its |     `data{i}`                         | * Root-group for 1 or more data blocks    |  `{i}` * | |        `dataTimeSeries`               | * Time-varying signals from all channels | `[[,...]]`* | |        `time`                         | * Time (in `TimeUnit` defined in metaDataTag)|  `[,...]` * | -|        `offset`                       | * Absolute offset for all channels |  `[,...]` * | +|        `dataOffset`                   | * Optional offset value per channel |  `[,...]` | |        `measurementList{i}`           | * Per-channel source-detector information    |  `{i}` * | |            `sourceIndex`              | * Source index for a given channel  |   ``  * | |            `detectorIndex`            | * Detector index for a given channel  |   ``  * |