ocssw
V2022
|
emeta_geometry.c
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
Definition: emeta.h:79
int emeta_band_number_to_index(EMETA *emeta, int band)
Definition: emeta_geometry.c:76
Definition: emeta.h:102
int emeta_l1t_to_l1r(EMETA_BAND *emeta_band, double l1t_line, double l1t_samp, double height, int *sca_list, double *l1r_line, double *l1r_samp)
Definition: emeta_geometry.c:20