HDF 4 example
This example shows how to write and then read a scientific data set. More examples are available on the HDF v.4 web site.
For pople:
- sd_create.job, the job file which creates a scientific data set.
- sd_create.c, the C source.
- sd_create.out, the job output and error file.
- sd.hdf, the scientific data file created.
- sd_gi.job, the job file which gets info on the data set created in the sd_create job.
- sd_gi.c, the C source.
- sd_gi.out, the job output and error file.
For bigben:
- sd_create.job, the job file which creates a scientific data set.
- sd_create.f, the Fortran source.
- sd_create.out, the job output and error file.
- sd.hdf, the scientific data file created.
- sd_gi.job, the job file which gets info on the data set created in the sd_create job.
- sd_gi.f, the Fortran source.
- sd_gi.out, the job output and error file.