diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-16 03:35:37 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-16 03:35:37 (GMT) |
commit | 5dc419551e3677f6b417ade268da3ee380245b75 (patch) | |
tree | 3e5ddb5d15da02e5b04cf0a1017f4d8beaa1f694 /INSTALL_TFLOPS | |
parent | a7c25153bc0b6077613307afd90b6b98c4ebb194 (diff) | |
download | hdf5-5dc419551e3677f6b417ade268da3ee380245b75.zip hdf5-5dc419551e3677f6b417ade268da3ee380245b75.tar.gz hdf5-5dc419551e3677f6b417ade268da3ee380245b75.tar.bz2 |
[svn-r3415]
Purpose:
bug fix
Description:
two bugs: 1. different order of conventions of sds and image in hdf4 is
considered at h4toh5image.c file.
add palette colormodel attribute and correct names of
a few attributes. see detail at:
http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
2. convert hdf internal vdata structure(chunking table)
into a new hdf5 dataset.
Solution:
1. change h5 data space order for image.
h5dims[0] = edge[1]-edge[0];
h5dims[1] = start[1]-start[0];
2. at h4toh5main.c, check the vdata class name and if the
first few characters match with HDF_CHK_TBL; ignore converting
this vdata.
3. add a few attributes at h4toh5pal.c
platforms:
linux and sun 5.7(arabica)
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'INSTALL_TFLOPS')
0 files changed, 0 insertions, 0 deletions