hdf5/tools
MuQun Yang a219b97a88 [svn-r2839]
Purpose:
     check in beta release h4toh5 converter
Description:
     1. add copy right and other comments to all .h and .c files
     2. fix bugs on sds unlimited dimension, hdf5 dimensional scale attribute and vdata translating
         from h4 to h5.

Solution:
     2.
        1) for sds with unlimited dimension to be converted into extensible hdf5 dataset,
        on hdf5 side, has to set a default chunk size even though the corresponding hdf4 file is not
	chunked.
        2) in this version, if sds object doesn't have dimensional scale data, we will not show
           the default hdf4 dimensional name ("fakedim0", etc.) in the new hdf5 dimensional scale
	   name attribute.
        3) fix a bug transferring vdata of which the field includes a character array. Make it correctly transfer into the corresponding hdf5 compound data type.


Platforms tested:

      eirene,arabica,baldric,hawkwind,paz,gondolin on new set of hdf4 test files.
2000-11-08 18:14:41 -05:00
..
testfiles [svn-r2837] 2000-11-08 18:01:16 -05:00
Dependencies
h4toh5anno.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5image.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5main.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5main.h [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5pal.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5sds.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5util.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5util.h [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5vdata.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h4toh5vgroup.c [svn-r2839] 2000-11-08 18:14:41 -05:00
h5debug.c
h5dump.c [svn-r2790] Purpose: 2000-11-01 23:59:51 -05:00
h5dump.h
h5dumptst.c
h5import.c
h5ls.c [svn-r2794] Purpose: 2000-11-03 00:12:47 -05:00
h5repart.c
h5toh4.c
h5toh4.h
h5tools.c [svn-r2790] Purpose: 2000-11-01 23:59:51 -05:00
h5tools.h [svn-r2790] Purpose: 2000-11-01 23:59:51 -05:00
Makefile.in
pdb2hdf.c
talign.c
testh4toh5 [svn-r2819] 2000-11-08 16:42:28 -05:00
testh5dump.sh
testh5ls.sh
testh5toh4