From f9f1b95a1c51fbf14bf2ca89858067cc971a150f Mon Sep 17 00:00:00 2001 From: Edouard Date: Mon, 9 Dec 2024 10:13:23 -0500 Subject: [PATCH] Fix summary table --- 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  |   ``  * |