Skip to content

Commit

Permalink
Update snirf_specification.md
Browse files Browse the repository at this point in the history
Added to required fields of measurementLists
'required if measurementLists is present'
  • Loading branch information
dboas authored Jul 22, 2024
1 parent 9093c4e commit 1a5b43f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snirf_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,21 +577,21 @@ This group is required only if the indexed-group format `/nirs(i)/data(j)/measur
The arrays of `measurementLists` are:

#### /nirs(i)/data(j)/measurementLists/sourceIndex
* **Presence**: required
* **Presence**: required if measurementLists is present
* **Type**: integer 1-D array
* **Location**: `/nirs(i)/data(j)/measurementLists/sourceIndex`

Must be 1-D array with length equal to the size of the second dimension of `/nirs(i)/data(j)/dataTimeSeries`. Source indices for each channel.

#### /nirs(i)/data(j)/measurementLists/detectorIndex
* **Presence**: required
* **Presence**: required if measurementLists is present
* **Type**: integer 1-D array
* **Location**: `/nirs(i)/data(j)/measurementLists/detectorIndex`

Must be 1-D array with length equal to the size of the second dimension of `/nirs(i)/data(j)/dataTimeSeries`. Detector indices for each channel.

#### /nirs(i)/data(j)/measurementLists/wavelengthIndex
* **Presence**: required
* **Presence**: required if measurementLists is present
* **Type**: integer 1-D array
* **Location**: `/nirs(i)/data(j)/measurementLists/wavelengthIndex`

Expand All @@ -612,7 +612,7 @@ Must be 1-D array with length equal to the size of the second dimension of `/nir
Must be 1-D array with length equal to the size of the second dimension of `/nirs(i)/data(j)/dataTimeSeries`. Actual (measured) emission wavelength in nm, if available, for the source in each channel.

#### /nirs(i)/data(j)/measurementLists/dataType
* **Presence**: required
* **Presence**: required if measurementLists is present
* **Type**: integer 1-D array
* **Location**: `/nirs(i)/data(j)/measurementLists/dataType`

Expand All @@ -633,7 +633,7 @@ Must be 1-D array with length equal to the size of the second dimension of `/nir
Data-type label. Must be 1-D array with length equal to the size of the second dimension of `/nirs(i)/data(j)/dataTimeSeries`.

#### /nirs(i)/data(j)/measurementLists/dataTypeIndex
* **Presence**: required
* **Presence**: required if measurementLists is present
* **Type**: integer 1-D array
* **Location**: `/nirs(i)/data(j)/measurementLists/dataTypeIndex`

Expand Down

0 comments on commit 1a5b43f

Please sign in to comment.