OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
emeta_api.c File Reference
#include "emeta_api.h"
Include dependency graph for emeta_api.c:

Go to the source code of this file.

Functions

int emeta_init (char *emeta_filename)
 
int emeta_get_frame (int eband, 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 ()
 

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  eband,
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.