summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5/h4toh5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h4toh5/h4toh5test.c')
-rw-r--r--tools/h4toh5/h4toh5test.c23
1 files changed, 18 insertions, 5 deletions
diff --git a/tools/h4toh5/h4toh5test.c b/tools/h4toh5/h4toh5test.c
index 743da6d..f717e6e 100644
--- a/tools/h4toh5/h4toh5test.c
+++ b/tools/h4toh5/h4toh5test.c
@@ -2865,14 +2865,27 @@ int test_vghl() {
/* the structure of the hdf5 file is as follows:
root
/ \
- gc ga<--
- / \ |
- gd gb--
- /
- ge
+ |-->gc ga
+ | / \
+ | gd gb
+ | /
+ -ge
This file includes vdata,image and sds.
+1)
+ GROUP MEMBERS
+ ga: name groupA: groupB and one Image
+ gb: name groupB: one SDS
+ gc: name groupA: groupD
+ gd: name groupD: groupE one SDS and one Image
+ ge: name groupE: groupC(named groupA)
+
+2) Independent Vdata,SDS, images
+ SDS: sds2 (the same name as another SDS)
+ Image: Image_1
+ Vdata: Example Vdata
+
*/
int test_vgall() {