mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
c7590ca38e
Tested: local linux smirom
19 lines
375 B
SQL
19 lines
375 B
SQL
#############################
|
|
Expected output for 'h5dump -d /dset1[1,1;;;] tdset.h5'
|
|
#############################
|
|
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
|
|
}
|
|
}
|
|
}
|
|
}
|