Go to the documentation of this file.
5 int32
open_hdf(
char *fname, l1info_struct *l1info)
33 if ((l1info->fid = Hopen(fname, DFACC_RDONLY, 0)) < 0) {
34 printf(
"open_hdf: Failed on the Hopen of \n%s\n", fname);
43 if ((l1info->sdfid = SDstart(fname, DFACC_RDONLY)) < 0) {
44 printf(
"open_hdf: Failure at SDstart of \n%s\n", fname);
int32 open_hdf(char *fname, l1info_struct *l1info)
void l1io_close(l1info_struct)