#include <stdlib.h>
#include <stdio.h>
#include "l12_proto.h"
#include "l2prod.h"
#include "l1.h"
#include "get_ctht.h"
#include "sensorInfo.h"
Go to the source code of this file.
|
float * | get_ctht_lin (l2str *l2rec, int prodnum) |
|
int32_t | comp_ctht (l2str *l2rec) |
|
int32_t | comp_ctht_lin (l1str *l1rec, ctht_lin_str *ctht_lin) |
|
int32_t | init_ctht_parms (ctht_lin_str *ctht_lin, int32_t ipix) |
|
int32_t | comp_ctht_tst (l1str *l1rec, int32_t proc_flg, ctht_lin_str *ctht_lin) |
|
int32_t | ctht_tbl_init (int32_t nband, l1str *l1rec, ctht_unc_str *unc, ctht_lut_str *full_lut_wtr, ctht_lut_str *full_lut_ice) |
|
float | ctht_glint (float solz, float senz, float relaz, float windsp) |
|
gsl_matrix * | invert_a_matrix (gsl_matrix *matrix) |
|
void | print_mat_contents (gsl_matrix *matrix, int nrow, int ncol) |
|
◆ C_TO_K
◆ DTOR
◆ comp_ctht()
int32_t comp_ctht |
( |
l2str * |
l2rec | ) |
|
◆ comp_ctht_lin()
int32_t comp_ctht_lin |
( |
l1str * |
l1rec, |
|
|
ctht_lin_str * |
ctht_lin |
|
) |
| |
◆ comp_ctht_tst()
int32_t comp_ctht_tst |
( |
l1str * |
l1rec, |
|
|
int32_t |
proc_flg, |
|
|
ctht_lin_str * |
ctht_lin |
|
) |
| |
◆ ctht_glint()
float ctht_glint |
( |
float |
solz, |
|
|
float |
senz, |
|
|
float |
relaz, |
|
|
float |
windsp |
|
) |
| |
◆ ctht_tbl_init()
int32_t ctht_tbl_init |
( |
int32_t |
nband, |
|
|
l1str * |
l1rec, |
|
|
ctht_unc_str * |
unc, |
|
|
ctht_lut_str * |
full_lut_wtr, |
|
|
ctht_lut_str * |
full_lut_ice |
|
) |
| |
◆ get_ctht_lin()
float* get_ctht_lin |
( |
l2str * |
l2rec, |
|
|
int |
prodnum |
|
) |
| |
◆ init_ctht_parms()
int32_t init_ctht_parms |
( |
ctht_lin_str * |
ctht_lin, |
|
|
int32_t |
ipix |
|
) |
| |
◆ invert_a_matrix()
gsl_matrix* invert_a_matrix |
( |
gsl_matrix * |
matrix | ) |
|
◆ print_mat_contents()
void print_mat_contents |
( |
gsl_matrix * |
matrix, |
|
|
int |
nrow, |
|
|
int |
ncol |
|
) |
| |
◆ ctht_lins