New feature
Problem:
The h5toh4 converter tester - testh5toh4, is set up to place output
files in same directory as input files. A difficulty comes up when
the input files come off a write-protected media, such-as CDROM.
Solution:
Rather than using "cd" to change directory and referencing files by
short filename only, "input directory" and "output directory" are
defined explicitly, and files are always referenced with pathnames
included. For cases when the converter generates the output filename,
a copy of the input file is first placed in the "output directory".
The copied input file is used by h5toh4 and then removed.
On Solaris2.5, the following sequence of commands seemed to work fine:
$ gunzip < hdf5-1.1.72.tar.gz | tar xf -
$ chmod -R ugo-w hdf5-1.1.72
$ mkdir build
$ cd build
$ ../hdf5-1.1.72/configure --enable-production --disable-debug \
$ --with-hdf4=... --with-zlib=...
$ make check
This change should allow the tester to be used when the hdf5 source
is on a read only media like a CDROM.
Platform tested:
Solaris2.5
305 lines
16 KiB
Plaintext
305 lines
16 KiB
Plaintext
File name: ./testfiles/tstr2.hdf
|
|
|
|
|
|
Vgroup:0
|
|
tag = 1965; reference = 2;
|
|
name = /; class = HDF5;
|
|
number of entries = 6;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vgroup)
|
|
tag = 1965;reference = 3;
|
|
number of entries = 1;
|
|
name = g1; class = HDF5
|
|
number of attributes = 0
|
|
#1 (Vgroup)
|
|
tag = 1965;reference = 6;
|
|
number of entries = 1;
|
|
name = g2; class = HDF5
|
|
number of attributes = 0
|
|
#2 (Vgroup)
|
|
tag = 1965;reference = 8;
|
|
number of entries = 1;
|
|
name = g3; class = HDF5
|
|
number of attributes = 0
|
|
#3 (Vgroup)
|
|
tag = 1965;reference = 10;
|
|
number of entries = 1;
|
|
name = g4; class = HDF5
|
|
number of attributes = 0
|
|
#4 (Vgroup)
|
|
tag = 1965;reference = 13;
|
|
number of entries = 1;
|
|
name = g5; class = HDF5
|
|
number of attributes = 0
|
|
#5 (Vgroup)
|
|
tag = 1965;reference = 16;
|
|
number of entries = 1;
|
|
name = g6; class = HDF5
|
|
number of attributes = 0
|
|
|
|
|
|
Vgroup:1
|
|
tag = 1965; reference = 3;
|
|
name = g1; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 4;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset1; class = HDF5;
|
|
total number of attributes = 1.
|
|
|
|
|
|
Vgroup:2
|
|
tag = 1965; reference = 6;
|
|
name = g2; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 7;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset2; class = HDF5;
|
|
total number of attributes = 0.
|
|
|
|
|
|
Vgroup:3
|
|
tag = 1965; reference = 8;
|
|
name = g3; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 9;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset3; class = HDF5;
|
|
total number of attributes = 0.
|
|
|
|
|
|
Vgroup:4
|
|
tag = 1965; reference = 10;
|
|
name = g4; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 11;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset4; class = HDF5;
|
|
total number of attributes = 0.
|
|
|
|
|
|
Vgroup:5
|
|
tag = 1965; reference = 13;
|
|
name = g5; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 14;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset5; class = HDF5;
|
|
total number of attributes = 0.
|
|
|
|
|
|
Vgroup:6
|
|
tag = 1965; reference = 16;
|
|
name = g6; class = HDF5;
|
|
number of entries = 1;
|
|
number of attributes = 0
|
|
Entries:-
|
|
#0 (Vdata)
|
|
tag = 1962; reference = 17;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset6; class = HDF5;
|
|
total number of attributes = 0.
|
|
|
|
|
|
Graphical representation of the file:-
|
|
(vg#: vgroup; vd: vdata)
|
|
|
|
vg0 -- vg1 -- vd
|
|
-- vg2 -- vd
|
|
-- vg3 -- vd
|
|
-- vg4 -- vd
|
|
-- vg5 -- vd
|
|
-- vg6 -- vd
|
|
|
|
vg1 -- vd
|
|
|
|
vg2 -- vd
|
|
|
|
vg3 -- vd
|
|
|
|
vg4 -- vd
|
|
|
|
vg5 -- vd
|
|
|
|
vg6 -- vd
|
|
|
|
File name: ./testfiles/tstr2.hdf
|
|
|
|
Vdata: 0
|
|
tag = 1962; reference = 4;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset1; class = HDF5;
|
|
number of attributes = 1
|
|
attr0: name=attr1 type=20 count=33 size=33
|
|
48 49 50 51 52 53 54 55 56 57 0 97 98 99 100 101 102 103
|
|
104 105 106 0 65 66 67 68 69 70 71 72 73 74 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 0 0 0 0 0 0 0 0 0 ;
|
|
|
|
|
|
Vdata: 1
|
|
tag = 1962; reference = 5;
|
|
number of records = 1; interlace = 0;
|
|
fields = [VALUES];
|
|
record size (in bytes) = 33;
|
|
name = attr1; class = Attr0.0;
|
|
number of attributes = 0
|
|
- field index 0: [VALUES], type=20, order=33
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 48 49 50 51 52 53 54 55 56 57 0 97 98 99 100 101 102 103 104 105 106 0 65 66 67 68 69 70 71 72 73 74 0 ;
|
|
|
|
|
|
Vdata: 2
|
|
tag = 1962; reference = 7;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset2; class = HDF5;
|
|
number of attributes = 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 84 69 82 77 32 111 102 32 115 116 114 105 110 103 32 0 ;
|
|
|
|
|
|
Vdata: 3
|
|
tag = 1962; reference = 9;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset3; class = HDF5;
|
|
number of attributes = 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 0 0 0 0 0 0 0 0 0 0 ;
|
|
|
|
|
|
Vdata: 4
|
|
tag = 1962; reference = 11;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset4; class = HDF5;
|
|
number of attributes = 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 78 85 76 76 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 114 ;
|
|
|
|
|
|
Vdata: 5
|
|
tag = 1962; reference = 14;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset5; class = HDF5;
|
|
number of attributes = 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 32 32 32 32 32 32 32 32 ;
|
|
|
|
|
|
Vdata: 6
|
|
tag = 1962; reference = 17;
|
|
number of records = 10; interlace = 0;
|
|
fields = [string];
|
|
record size (in bytes) = 50;
|
|
name = dset6; class = HDF5;
|
|
number of attributes = 0
|
|
- field index 0: [string], type=20, order=50
|
|
number of attributes = 0
|
|
Loc. Data
|
|
0 84 104 105 115 32 105 115 32 114 111 119 32 48 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
1 84 104 105 115 32 105 115 32 114 111 119 32 49 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
2 84 104 105 115 32 105 115 32 114 111 119 32 50 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
3 84 104 105 115 32 105 115 32 114 111 119 32 51 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
4 84 104 105 115 32 105 115 32 114 111 119 32 52 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
5 84 104 105 115 32 105 115 32 114 111 119 32 53 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
6 84 104 105 115 32 105 115 32 114 111 119 32 54 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
7 84 104 105 115 32 105 115 32 114 111 119 32 55 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
8 84 104 105 115 32 105 115 32 114 111 119 32 56 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
9 84 104 105 115 32 105 115 32 114 111 119 32 57 32 111 102 32 116 121 112 101 32 72 53 84 95 83 84 82 95 83 80 65 67 69 80 65 68 32 111 102 32 115 116 114 105 110 103 32 97 ;
|
|
|
|
|
|
File name: ./testfiles/tstr2.hdf
|