OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_l7etm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int openl1_l7etm (filehandle *l1file)
 
int readl1_l7etm (filehandle *l1file, int recnum, l1str *l1rec, int lonlat)
 
int closel1_l7etm (filehandle *l1file)
 
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)
 

Function Documentation

◆ closel1_l7etm()

int closel1_l7etm ( filehandle *  l1file)

Definition at line 465 of file l1_l7etm.c.

◆ get_l57tm_nom_angles()

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 
)

Get the Landsat Nominal OLI angles from a MTL file

Parameters
ininput MTL file
ininput number of pixels per line
ininput number of lines
ininput scan line to work on
outoutput satellite zenith angle
outoutput satellite azimuth angle
outoutput solar zenith angle
outoutput solar azimuth angle

Definition at line 14 of file get_l57tm_nom_angles.c.

◆ openl1_l7etm()

int openl1_l7etm ( filehandle *  l1file)

Definition at line 123 of file l1_l7etm.c.

◆ readl1_l7etm()

int readl1_l7etm ( filehandle *  l1file,
int  recnum,
l1str *  l1rec,
int  lonlat 
)

Definition at line 336 of file l1_l7etm.c.