You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
259 B
16 lines
259 B
2 years ago
|
HDF5 "tdset.h5" {
|
||
|
DATASET "/dset1" {
|
||
|
DATATYPE H5T_STD_I32BE
|
||
|
DATASPACE SIMPLE { ( 10, 20 ) / ( 10, 20 ) }
|
||
|
SUBSET {
|
||
|
START ( 1, 1 );
|
||
|
STRIDE ( 1, 1 );
|
||
|
COUNT ( 1, 1 );
|
||
|
BLOCK ( 1, 1 );
|
||
|
DATA {
|
||
|
(1,1): 2
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|