#include "atrem_corl1.h"
#include <sensorDefs.h>
#include <timeutils.h>
#include <math.h>
Go to the source code of this file.
|
int | get_atrem_cor (int32_t sensorID, l1str *l1rec, int32_t ip, float *rhot, float *tg_tot, float *tg_sol, float *tg_sen) |
|
float | get_atrem (float *tg_tot, float *rhot, paramstr *P) |
|
int32_t | hunt (float *xx, int32_t n, double x, int32_t jlo) |
|
int | init_tpvmr (int model) |
|
int | getModelNum (float lat, int32_t day) |
|
int | init_atrem (int32_t sensorID, paramstr *P, l1str *l1rec, int32_t nbands) |
|
int | get_angle_limits (float **anglelimit, float **insenz, float **insolz, int *n_senz, int *n_solz) |
|
float | get_current_angle_limit (float insenz, float insolz, int *ii, int *jj, float **anglelimit, float *senz, float *solz, int n_senz, int n_solz) |
|
int | findMatch_ (float *list, int *nobs, float *elem) |
|
◆ BUFSZ
◆ MINDEGCHANGE
◆ findMatch_()
int findMatch_ |
( |
float * |
list, |
|
|
int * |
nobs, |
|
|
float * |
elem |
|
) |
| |
◆ get_angle_limits()
int get_angle_limits |
( |
float ** |
anglelimit, |
|
|
float ** |
insenz, |
|
|
float ** |
insolz, |
|
|
int * |
n_senz, |
|
|
int * |
n_solz |
|
) |
| |
◆ get_atrem()
float get_atrem |
( |
float * |
tg_tot, |
|
|
float * |
rhot, |
|
|
paramstr * |
P |
|
) |
| |
◆ get_atrem_cor()
int get_atrem_cor |
( |
int32_t |
sensorID, |
|
|
l1str * |
l1rec, |
|
|
int32_t |
ip, |
|
|
float * |
rhot, |
|
|
float * |
tg_tot, |
|
|
float * |
tg_sol, |
|
|
float * |
tg_sen |
|
) |
| |
◆ get_current_angle_limit()
float get_current_angle_limit |
( |
float |
insenz, |
|
|
float |
insolz, |
|
|
int * |
ii, |
|
|
int * |
jj, |
|
|
float ** |
anglelimit, |
|
|
float * |
senz, |
|
|
float * |
solz, |
|
|
int |
n_senz, |
|
|
int |
n_solz |
|
) |
| |
◆ getModelNum()
int getModelNum |
( |
float |
lat, |
|
|
int32_t |
day |
|
) |
| |
◆ hunt()
int32_t hunt |
( |
float * |
xx, |
|
|
int32_t |
n, |
|
|
double |
x, |
|
|
int32_t |
jlo |
|
) |
| |
◆ init_atrem()
int init_atrem |
( |
int32_t |
sensorID, |
|
|
paramstr * |
P, |
|
|
l1str * |
l1rec, |
|
|
int32_t |
nbands |
|
) |
| |
◆ init_tpvmr()
int init_tpvmr |
( |
int |
model | ) |
|