ocssw
V2022
|
l1_l5tm.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_l5tm (filehandle *l1file) |
int | readl1_l5tm (filehandle *l1file, int recnum, l1str *l1rec, int lonlat) |
int | closel1_l5tm (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) |
int | get_l5tm_angles (char *emeta_filename, int32_t npix, int32_t nscan, int32_t iscan, float *solz, float *sola, float *senz, float *sena) |
int32_t | chk_l5tm_geo (char *fname) |
Function Documentation
◆ chk_l5tm_geo()
int32_t chk_l5tm_geo | ( | char * | fname | ) |
Definition at line 1245 of file filetype.c.
◆ closel1_l5tm()
◆ 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.
◆ get_l5tm_angles()
int get_l5tm_angles | ( | char * | emeta_filename, |
int32_t | npix, | ||
int32_t | nscan, | ||
int32_t | iscan, | ||
float * | solz, | ||
float * | sola, | ||
float * | senz, | ||
float * | sena | ||
) |