ocssw
V2022
|
#include "emeta_api.h"
Include dependency graph for get_l8_angles.c:
Go to the source code of this file.
Macros | |
#define | MAXBAND 7 |
Functions | |
int | get_oli_angles (char *emeta_filename, int32_t npix, int32_t nscan, int32_t iscan, float *solz, float *sola, float *senz, float *sena, int32_t isGeomPerBand) |
Macro Definition Documentation
◆ MAXBAND
#define MAXBAND 7 |
Definition at line 2 of file get_l8_angles.c.
Function Documentation
◆ get_oli_angles()
int get_oli_angles | ( | char * | emeta_filename, |
int32_t | npix, | ||
int32_t | nscan, | ||
int32_t | iscan, | ||
float * | solz, | ||
float * | sola, | ||
float * | senz, | ||
float * | sena, | ||
int32_t | isGeomPerBand | ||
) |
Get the Landsat OLI angles from an Enhanced Meta Data (EMD) file
- Parameters
-
in input EMD 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_l8_angles.c.