OB.DAAC Logo
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 int get_l57tm_nom_angles( char *meta_filename, int32_t npix, int32_t nscan, int32_t iscan,
8  float *solz, float *sola, float *senz, float *sena);
9 #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:336
int32 nscan
Definition: l1_czcs_hdf.c:19
read recnum
subroutine lonlat(alon, alat, xlon, ylat)
Definition: lonlat.f:2
int get_l57tm_nom_angles(char *meta_filename, int32_t npix, int32_t nscan, int32_t iscan, float *solz, float *sola, float *senz, float *sena)
int openl1_l7etm(filehandle *l1file)
Definition: l1_l7etm.c:123
int32_t iscan
int npix
Definition: get_cmp.c:27
int closel1_l7etm(filehandle *l1file)
Definition: l1_l7etm.c:465