#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include "ias_math.h"
#include "ias_logging.h"
#include "mtl_geometry.h"
#include "mtl_grid.h"
#include "smeta_exploit.h"
#include "smeta_geometry.h"
Go to the source code of this file.
|
int | smeta_init (char *smeta_filename) |
|
char * | smeta_file_name () |
|
int | smeta_get_frame (int band, META_FRAME *frame) |
|
int | smeta_calc_ls (int in_line, int in_samp, int in_band, short *sat_zn, short *sat_az, short *sun_zn, short *sun_az) |
|
int | smeta_calc (int in_line, int in_samp, int in_band, short *sca_num, short *det_num, double *sat_zn, double *sat_az, double *sun_zn, double *sun_az) |
|
void | smeta_close () |
|
◆ _SMETA_API_
◆ smeta_calc()
int smeta_calc |
( |
int |
in_line, |
|
|
int |
in_samp, |
|
|
int |
in_band, |
|
|
short * |
sca_num, |
|
|
short * |
det_num, |
|
|
double * |
sat_zn, |
|
|
double * |
sat_az, |
|
|
double * |
sun_zn, |
|
|
double * |
sun_az |
|
) |
| |
◆ smeta_calc_ls()
int smeta_calc_ls |
( |
int |
in_line, |
|
|
int |
in_samp, |
|
|
int |
in_band, |
|
|
short * |
sat_zn, |
|
|
short * |
sat_az, |
|
|
short * |
sun_zn, |
|
|
short * |
sun_az |
|
) |
| |
◆ smeta_close()
◆ smeta_file_name()
char* smeta_file_name |
( |
| ) |
|
◆ smeta_get_frame()
int smeta_get_frame |
( |
int |
band, |
|
|
META_FRAME * |
frame |
|
) |
| |
◆ smeta_init()
int smeta_init |
( |
char * |
smeta_filename | ) |
|