ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include "ias_logging.h"
#include "emeta_exploit.h"
#include "emeta_geometry.h"
Include dependency graph for emeta_api.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | _EMETA_API_ |
Functions | |
int | emeta_init (char *emeta_filename) |
int | emeta_get_frame (int band, EMETA_FRAME *frame) |
int | emeta_calc (int in_line, int in_samp, int in_band, short *sat_zn, short *sat_az, short *sun_zn, short *sun_az) |
void | emeta_close () |
Macro Definition Documentation
◆ _EMETA_API_
#define _EMETA_API_ |
Definition at line 11 of file emeta_api.h.
Function Documentation
◆ emeta_calc()
int emeta_calc | ( | int | in_line, |
int | in_samp, | ||
int | in_band, | ||
short * | sat_zn, | ||
short * | sat_az, | ||
short * | sun_zn, | ||
short * | sun_az | ||
) |
Definition at line 42 of file emeta_api.c.
◆ emeta_close()
void emeta_close | ( | ) |
Definition at line 91 of file emeta_api.c.
◆ emeta_get_frame()
int emeta_get_frame | ( | int | band, |
EMETA_FRAME * | frame | ||
) |
Definition at line 18 of file emeta_api.c.
◆ emeta_init()
int emeta_init | ( | char * | emeta_filename | ) |
Definition at line 5 of file emeta_api.c.