#include "ias_math.h"
#include "smeta.h"
Go to the source code of this file.
|
int | smeta_geodetic_to_ecef (double lat, double lon, double hgt, IAS_VECTOR *ecef) |
|
int | smeta_geodetic_to_ecf2lsr (double lat, double lon, double ecf2lsr[3][3]) |
|
int | smeta_proj_to_l1t (SMETA *smeta, int band, double proj_x, double proj_y, double *l1t_line, double *l1t_samp) |
|
int | smeta_geodetic_to_proj (SMETA_SCENE_PROJ proj, double lat, double lon, double *proj_x, double *proj_y) |
|
int | smeta_init_projection (SMETA_SCENE_PROJ proj) |
|
int | smeta_transform_projection (double inx, double iny, double *outx, double *outy) |
|
void | smeta_release_projection () |
|
int | smeta_band_number_to_index (SMETA *smeta, int band) |
|
int | smeta_calc_vectors (SMETA *smeta, int band, double l1t_line, double l1t_samp, IAS_VECTOR *satvec, IAS_VECTOR *sunvec) |
|
◆ smeta_band_number_to_index()
int smeta_band_number_to_index |
( |
SMETA * |
smeta, |
|
|
int |
band |
|
) |
| |
◆ smeta_calc_vectors()
int smeta_calc_vectors |
( |
SMETA * |
smeta, |
|
|
int |
band, |
|
|
double |
l1t_line, |
|
|
double |
l1t_samp, |
|
|
IAS_VECTOR * |
satvec, |
|
|
IAS_VECTOR * |
sunvec |
|
) |
| |
◆ smeta_geodetic_to_ecef()
int smeta_geodetic_to_ecef |
( |
double |
lat, |
|
|
double |
lon, |
|
|
double |
hgt, |
|
|
IAS_VECTOR * |
ecef |
|
) |
| |
◆ smeta_geodetic_to_ecf2lsr()
int smeta_geodetic_to_ecf2lsr |
( |
double |
lat, |
|
|
double |
lon, |
|
|
double |
ecf2lsr[3][3] |
|
) |
| |
◆ smeta_geodetic_to_proj()
int smeta_geodetic_to_proj |
( |
SMETA_SCENE_PROJ |
proj, |
|
|
double |
lat, |
|
|
double |
lon, |
|
|
double * |
proj_x, |
|
|
double * |
proj_y |
|
) |
| |
◆ smeta_init_projection()
◆ smeta_proj_to_l1t()
int smeta_proj_to_l1t |
( |
SMETA * |
smeta, |
|
|
int |
band, |
|
|
double |
proj_x, |
|
|
double |
proj_y, |
|
|
double * |
l1t_line, |
|
|
double * |
l1t_samp |
|
) |
| |
◆ smeta_release_projection()
void smeta_release_projection |
( |
| ) |
|
◆ smeta_transform_projection()
int smeta_transform_projection |
( |
double |
inx, |
|
|
double |
iny, |
|
|
double * |
outx, |
|
|
double * |
outy |
|
) |
| |