Skip to content

Commit

Permalink
make MeasurementDate and MeasruementTime compatible with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 30, 2019
1 parent d8492c7 commit 606e56e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
Binary file modified test/minimum_example.snirf
Binary file not shown.
36 changes: 20 additions & 16 deletions test/minimum_example.snirf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 7, 1 ) / ( 7, 1 ) }
DATASPACE SIMPLE { ( 10, 1 ) / ( 10, 1 ) }
DATA {
(0,0): "u",
(1,0): "n",
(2,0): "k",
(3,0): "n",
(4,0): "o",
(5,0): "w",
(6,0): "n"
(0,0): "2",
(1,0): "0",
(2,0): "1",
(3,0): "9",
(4,0): "-",
(5,0): "1",
(6,0): "0",
(7,0): "-",
(8,0): "3",
(9,0): "0"
}
}
DATASET "MeasurementTime" {
Expand All @@ -59,15 +62,16 @@ GROUP "/" {
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 7, 1 ) / ( 7, 1 ) }
DATASPACE SIMPLE { ( 8, 1 ) / ( 8, 1 ) }
DATA {
(0,0): "u",
(1,0): "n",
(2,0): "k",
(3,0): "n",
(4,0): "o",
(5,0): "w",
(6,0): "n"
(0,0): "1",
(1,0): "9",
(2,0): ":",
(3,0): "1",
(4,0): "0",
(5,0): ":",
(6,0): "2",
(7,0): "9"
}
}
DATASET "LengthUnit" {
Expand Down

0 comments on commit 606e56e

Please sign in to comment.