hdf4reader Project

Reader for HDF 4.1r5 files on escher.lbl.gov.

This zipped and tared file hdf4reader.tar.gz contains all the V code, c code, libraries, and documentation for the project.

Once the files have been unzipped and untared, the project should be ready to compile. Run express at the top level directory, look for the Templates, LBL_APPS, HDF4Reader, Mods library, select it and from the Project pull down menu select compile.

Please read hdf_macs.html for information on inputs and outputs to the HDF4Reader Macro.

Files

The following files can be found in the lbl_proj/hdf4reader directory.

hdf4reader.v

Creates the LBL_APPS.HDF4Reader library.

hdf_mods.v

Creates the LBL_APPS.HDF4Reader.Mods library containing the low-level Parameter groups, and the readHDF4 Module.

hdf_macs.v

Creates the LBL_APPS.HDF4Reader.Macs library containing the high-level macros, HDF4ReaderUI, and the user macro HDF4Reader.

Example

An example application, HDF4ReaderEg, is provided in the LBL_APPS.HDF4Reader.Macs library and also in LBL.Examples library.