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
-
in input MTL file in input number of pixels per line in input number of lines in input scan line to work on out output satellite zenith angle out output satellite azimuth angle out output solar zenith angle out output 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.