ocssw
V2022
|
smeta_geometry.h
Definition: smeta.h:57
int smeta_proj_to_l1t(SMETA *smeta, int band, double proj_x, double proj_y, double *l1t_line, double *l1t_samp)
Definition: smeta_geometry.c:73
PARAM_TYPE_NONE Default value No parameter is buried in the product name name_prefix is case insensitive string compared to the product name PARAM_TYPE_VIS_WAVE The visible wavelength bands from the sensor are buried in the product name The product name is compared by appending and name_suffix ie aph_412_giop where prod_ix will be set to PARAM_TYPE_IR_WAVE same search method as PARAM_TYPE_VIS_WAVE except only wavelength above are looped through but prod_ix is still based ie aph_2_giop for the second band
Definition: HOWTO_Add_a_product.txt:42
int smeta_calc_vectors(SMETA *smeta, int band, double l1t_line, double l1t_samp, IAS_VECTOR *satvec, IAS_VECTOR *sunvec)
int smeta_transform_projection(double inx, double iny, double *outx, double *outy)
Definition: smeta_geometry.c:182
int smeta_init_projection(SMETA_SCENE_PROJ proj)
Definition: smeta_geometry.c:110
int smeta_band_number_to_index(SMETA *smeta, int band)
Definition: smeta_geometry.c:205
int smeta_geodetic_to_ecf2lsr(double lat, double lon, double ecf2lsr[3][3])
Definition: smeta_geometry.c:48
Definition: ias_structures.h:24
Definition: smeta.h:118
int smeta_geodetic_to_ecef(double lat, double lon, double hgt, IAS_VECTOR *ecef)
Definition: smeta_geometry.c:29
int smeta_geodetic_to_proj(SMETA_SCENE_PROJ proj, double lat, double lon, double *proj_x, double *proj_y)
Definition: smeta_geometry.c:158