@@ -30,7 +30,7 @@ one of the following strings:
30
30
* ``H5T_STD_I64{LE|BE} ``: an eight byte signed integer
31
31
* ``H5T_IEEE_F32{LE|BE} ``: a four byte floating-point value
32
32
* ``H5T_IEEE_F64{LE|BE} ``: an eight byte floating-point value
33
-
33
+
34
34
Predefined types ending in "LE" are little-endian formatted and types ending in "BE"
35
35
are big-endian. E.g. ``H5T_STD_I64LE `` would be an eight byte, signed, little-endian
36
36
integer.
@@ -85,7 +85,7 @@ JSON representation of a dataset using a fixed width string of 40 characters:
85
85
.. code-block :: json
86
86
87
87
{
88
- "id" : " 1e8a359c-ac46-11e4-9f3e-3c15c2da029e " ,
88
+ "id" : " d-be8bace4-83c5-11e8-90e7-0242ac120013 " ,
89
89
"shape" : {
90
90
"class" : " H5S_SCALAR" ,
91
91
},
@@ -97,7 +97,7 @@ JSON representation of a dataset using a fixed width string of 40 characters:
97
97
},
98
98
"value" : " Hello, World!"
99
99
}
100
-
100
+
101
101
String Types - Variable Length
102
102
==============================
103
103
@@ -145,7 +145,7 @@ JSON representation of a attribute using a variable length string:
145
145
]
146
146
}
147
147
148
-
148
+
149
149
150
150
Compound Types
151
151
==============
@@ -194,7 +194,7 @@ floating point elements:
194
194
},
195
195
"value" : [ 1.2345 , -2.468 ]
196
196
}
197
-
197
+
198
198
Enumerated Types
199
199
=================
200
200
@@ -213,7 +213,7 @@ Example
213
213
.. code-block :: json
214
214
215
215
{
216
- "id" : " 1e8a359c-ac46-11e4-9f3e-3c15c2da029e " ,
216
+ "id" : " d-be9c3582-83c5-11e8-947e-0242ac120014 " ,
217
217
"shape" : {
218
218
"class" : " H5S_SIMPLE" ,
219
219
"dims" : [ 7 ]
@@ -233,7 +233,7 @@ Example
233
233
},
234
234
"value" : [ 0 , 2 , 3 , 2 , 0 , 1 , 1 ]
235
235
}
236
-
236
+
237
237
Array Types
238
238
===========
239
239
@@ -252,7 +252,7 @@ A dataset with 3 elements, each of which is a 2x2 array of integers.
252
252
.. code-block :: json
253
253
254
254
{
255
- "id" : " 9348ad51-7bf7-11e4-a66f-3c15c2da029e " ,
255
+ "id" : " d-bf1cb98c-83c5-11e8-b9ee-0242ac12000a " ,
256
256
"shape" : {
257
257
"class" : " H5S_SIMPLE" ,
258
258
"dims" : [ 3 ]
@@ -314,12 +314,12 @@ third element points to a group.
314
314
"base" : " H5T_STD_REF_OBJ"
315
315
},
316
316
"value" : [
317
- " groups/a09a9b99-7bf7-11e4-aa4b-3c15c2da029e " ,
317
+ " groups/g-be836c0a-83c5-11e8-947e-0242ac120014 " ,
318
318
" " ,
319
- " datasets/a09a8efa-7bf7-11e4-9fb6-3c15c2da029e "
319
+ " datasets/d-be8bace4-83c5-11e8-90e7-0242ac120013 "
320
320
]
321
321
}
322
-
322
+
323
323
Region Reference Types
324
324
======================
325
325
@@ -338,7 +338,7 @@ Example
338
338
A JSON representation of a region reference dataset with two elements.
339
339
340
340
The first element is a point selection element that references 4 elements
341
- in the dataset with UUID of "68ee967a -...".
341
+ in the dataset with UUID of "d-be9c3582 -...".
342
342
343
343
The second element is a hyperslab selection that references 4 hyper-slabs in
344
344
the same dataset as the first element. Each element is a pair of points that
@@ -347,7 +347,7 @@ gives the boundary of the selection.
347
347
.. code-block :: json
348
348
349
349
{
350
- "id" : " 68ee8647-7bed-11e4-9397-3c15c2da029e " ,
350
+ "id" : " d-bf1cb98c-83c5-11e8-b9ee-0242ac12000a " ,
351
351
"shape" : {
352
352
"class" : " H5S_SIMPLE" ,
353
353
"dims" : [2 ]
@@ -358,14 +358,14 @@ gives the boundary of the selection.
358
358
},
359
359
"value" : [
360
360
{
361
- "id" : " 68ee967a-7bed-11e4-819c-3c15c2da029e " ,
361
+ "id" : " d-be9c3582-83c5-11e8-947e-0242ac120014 " ,
362
362
"select_type" : " H5S_SEL_POINTS" ,
363
363
"selection" : [
364
364
[0 , 1 ], [2 , 11 ], [1 , 0 ], [2 , 4 ]
365
365
]
366
366
},
367
367
{
368
- "id" : " 68ee967a-7bed-11e4-819c-3c15c2da029e " ,
368
+ "id" : " d-be9c3582-83c5-11e8-947e-0242ac120014 " ,
369
369
"select_type" : " H5S_SEL_HYPERSLABS" ,
370
370
"selection" : [
371
371
[ [0 , 0 ], [0 , 2 ] ],
@@ -376,7 +376,7 @@ gives the boundary of the selection.
376
376
}
377
377
]
378
378
}
379
-
379
+
380
380
Type Keys
381
381
=========
382
382
0 commit comments