Go to the documentation of this file.
25 int ibnd, ismp,
loc, idet;
30 float l_typ[] = {44.9, 40., 32., 21., 10., 9.6, 6.4, 5.4, 6.0, 7.3, 0.12,
31 270., 300., 270., 300., 300.};
39 printf(
"%s-temp: initial set-up of the band radiances (I hope)\n", __FILE__);
41 for (idet = 0; idet < in_rec->ndet_scan; idet++) {
42 for (ibnd = st_bnd; ibnd < in_rec->nbnd; ibnd++) {
43 for (ismp = 0; ismp < in_rec->npix; ismp++) {
44 loc = idet * in_rec->npix + ismp;
45 *(in_rec->bnd_lt[ibnd] +
loc) = l_typ[ibnd];
46 *(in_rec->bnd_q[ibnd] +
loc) = 0;
int gen_const_rad_scn(sdr_info_struc *sdr_info, int st_bnd, in_rec_struc *in_rec)