Go to the documentation of this file.
26 if (ctl->stray_opt == 1)
32 if (ctl->oxt_mode == 1)
38 if (ctl->noise_mode == 1)
48 if (ctl->count_cal_opt > 0) {
65 if (ctl->count_cal_opt == 2) {
66 for (ibnd = 0; ibnd < in_rec->nbnd; ibnd++)
67 for (ilin = 0; ilin < in_rec->ndet_scan; ilin++)
68 for (ipix = 0; ipix < in_rec->npix; ipix++) {
69 val_ptr = in_rec->dn[ibnd] + ipix + in_rec->npix * ilin;
70 *val_ptr = floorf(*val_ptr + 0.5);
76 if (ctl->ext_opt == 1)
83 if (
viirs_cal(ctl, in_rec) != 0)
return 1;
int viirs_noise(ctl_struc *ctl, in_rec_struc *in_rec, int noise_stop)
int viirs_ext(ctl_struc *ctl, in_rec_struc *in_rec)
int mod_artifact(ctl_struc *ctl, in_rec_struc *in_rec)
int viirs_decal(ctl_struc *ctl, in_rec_struc *in_rec)
int viirs_cal(ctl_struc *ctl, in_rec_struc *in_rec)
int viirs_straylt(ctl_struc *, in_rec_struc *, int)
int viirs_oxt(ctl_struc *ctl, in_rec_struc *in_rec)