ocssw
V2022
|
calib_calibrate_l1a.c
Go to the documentation of this file.
224 printf("band %d: dt = %dmin cal_offset = %g cal_gain = %7.5f + %.3e * dt + %.3e * dt * dt = %g\n",
225 band, (int32_t) delta_t, cal_offset[band], tfactor_const[band], tfactor_linear[band], tfactor_quadratic[band], cal_gain[band]);
323 l1b_data[pixel * BANDS + band] = g_f[band][l1_data] * mirror[side][band] * temps[scan_temp[band]][band];
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
int32 calibrate_l1a(char *cal_path, int16 syear, int16 sday, int32 smsec, int16 eday, int32 msec, char *dtype, int32 st_samp, int32 nsamp, int16 *dark_rest, float32 *dark_mean, int16 *gain, int16 *tdi, int16 *scan_temp, int16 side, int16 *l1a_data, float32 *l1b_data, cal_mod_struc *cal_mod)
Definition: calib_calibrate_l1a.c:139
int32 get_cal(char *cal_path, int16 syear, int16 sday, int16 eday, int32 msec, char *dtype, int16 *tdi, int16 *cal_year, int16 *cal_day, int16 *ref_year, int16 *ref_day, int16 *ref_min, float32 temps[256][BANDS], float32 scan_mod[2][1285], float32 mirror[2][BANDS], float64 *t_const, float64 *t_linear, float64 *t_quadratic, float32 *cal_offs, float32 counts[BANDS][4][5], float32 rads[BANDS][4][5])
Definition: calib_get_cal.c:98
this program makes no use of any feature of the SDP Toolkit that could generate such a then geolocation is calculated at that and then aggregated up to Resolved feature request Bug by adding three new int8 SDSs for each high resolution pixel
Definition: HISTORY.txt:192
#define BANDS