ocssw  1.0
/disk01/web/ocssw/build/src/l2gen/l1_hmodis_hdf.h (r8084/r2276)
Go to the documentation of this file.
00001 #ifndef  _L1_HMODIS_HDF_H
00002 #define  _L1_HMODIS_HDF_H
00003 
00004 #include <stdio.h>
00005 #include <stdlib.h>
00006 #include <string.h>
00007 
00008 #include "mfhdf.h"
00009 #include "passthebuck.h"
00010 #include "l1_struc.h"
00011 #include "filehandle.h"
00012 
00013 int closel1_hmodis_hdf (filehandle *l1file);
00014 int openl1_hmodis_hdf  (filehandle *l1file);
00015 int readl1_hmodis_hdf  (filehandle *l1file, int32 recnum, l1str *l1rec, int lonlat); 
00016 
00017 int bilininterp(float32 *work, int32 npix, int32 scan, float32 *out);
00018 
00019 #endif