Skip to content

Commit

Permalink
[dataOffset] Fix summary table (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard2laire authored Dec 26, 2024
1 parent 3cdc913 commit 346ebb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snirf_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |`[[<f>,...]]`*|
|        `time`                         |* Time (in `TimeUnit` defined in metaDataTag)|  `[<f>,...]` * |
|        `offset`                       |* Absolute offset for all channels |  `[<f>,...]` * |
|        `dataOffset`                   |* Optional offset value per channel |  `[<f>,...]` |
|        `measurementList{i}`           |* Per-channel source-detector information    |`{i}` *|
|            `sourceIndex`              |* Source index for a given channel  |   `<i>`*|
|            `detectorIndex`            |* Detector index for a given channel  |   `<i>`*|
Expand Down

0 comments on commit 346ebb6

Please sign in to comment.