NASA Logo
Ocean Color Science Software

ocssw V2022
l1_l7etm.h
Go to the documentation of this file.
1 #ifndef L1_L7ETM_H
2 #define L1_L7ETM_H
3 
4 int openl1_l7etm( filehandle *l1file );
5 int readl1_l7etm( filehandle *l1file, int recnum, l1str *l1rec, int lonlat);
6 int closel1_l7etm( filehandle *l1file );
7 
8 #endif
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
read l1rec
int readl1_l7etm(filehandle *l1file, int recnum, l1str *l1rec, int lonlat)
Definition: l1_l7etm.c:339
read recnum
subroutine lonlat(alon, alat, xlon, ylat)
Definition: lonlat.f:2
int openl1_l7etm(filehandle *l1file)
Definition: l1_l7etm.c:126
int closel1_l7etm(filehandle *l1file)
Definition: l1_l7etm.c:462