Skip to content

Commit

Permalink
forcing index 1 in indexed group names, see fNIRS/snirf_homer3#4
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 22, 2020
1 parent 253e533 commit ace7710
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified basic/neuro_run01.snirf
Binary file not shown.
Binary file modified test/minimum_example.snirf
Binary file not shown.
12 changes: 6 additions & 6 deletions test/minimum_example.snirf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GROUP "/" {
}
}
GROUP "nirs" {
GROUP "aux" {
GROUP "aux1" {
DATASET "dataTimeSeries" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
Expand Down Expand Up @@ -45,14 +45,14 @@ GROUP "/" {
}
}
}
GROUP "data" {
GROUP "data1" {
DATASET "dataTimeSeries" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
DATA {
}
}
GROUP "measurementList" {
GROUP "measurementList1" {
DATASET "dataType" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 1, 1 ) / ( 1, 1 ) }
Expand Down Expand Up @@ -127,7 +127,7 @@ GROUP "/" {
}
DATASPACE SIMPLE { ( 1, 10 ) / ( 1, 10 ) }
DATA {
(0,0): "2", "0", "2", "0", "-", "0", "5", "-", "1", "6"
(0,0): "2", "0", "2", "0", "-", "0", "5", "-", "2", "2"
}
}
DATASET "MeasurementTime" {
Expand All @@ -139,7 +139,7 @@ GROUP "/" {
}
DATASPACE SIMPLE { ( 1, 8 ) / ( 1, 8 ) }
DATA {
(0,0): "1", "7", ":", "0", "5", ":", "1", "4"
(0,0): "1", "3", ":", "0", "5", ":", "3", "5"
}
}
DATASET "SubjectID" {
Expand Down Expand Up @@ -187,7 +187,7 @@ GROUP "/" {
}
}
}
GROUP "stim" {
GROUP "stim1" {
DATASET "data" {
DATATYPE H5T_IEEE_F64LE
DATASPACE SIMPLE { ( 0, 0 ) / ( 0, 0 ) }
Expand Down

0 comments on commit ace7710

Please sign in to comment.