#include <stdlib.h>
#include <math.h>
#include "l12_proto.h"
#include "l2prod.h"
#include "amoeba.h"
Go to the source code of this file.
|
void | read_las_tables (int sensorID) |
|
void | get_R0_Kd (float rat, float Rrs, float wave, float solz, float *R0, float *Kd) |
|
int | las_ran (int recnum) |
|
void | alloc_las (int npix, int nbands) |
|
float | eta_func (float bbw, float bb) |
|
float | alpha_func (float solz, float eta) |
|
float | delta_func (float eta) |
|
void | run_las (l2str *l2rec, int ip) |
|
double | las_eta_amb (FITSTRUCT *ambdata, double par[]) |
|
float | fit_las_eta_amb (float *bbp) |
|
void | get_las (l2str *l2rec, l2prodstr *p, float prod[]) |
|
void | iops_las (l2str *l2rec) |
|
int | get_bbp_las (l2str *l2rec, int ip, float tab_wave[], float tab_bbp[], int tab_nwave) |
|
float | get_bbp_las_eta (l2str *l2rec, int ip) |
|
◆ LASNKC
◆ LASNRC
◆ LASNSOL
◆ NPARETALAS
◆ k_array
◆ r_array
◆ alloc_las()
void alloc_las |
( |
int |
npix, |
|
|
int |
nbands |
|
) |
| |
◆ alpha_func()
float alpha_func |
( |
float |
solz, |
|
|
float |
eta |
|
) |
| |
◆ delta_func()
float delta_func |
( |
float |
eta | ) |
|
◆ eta_func()
float eta_func |
( |
float |
bbw, |
|
|
float |
bb |
|
) |
| |
◆ fit_las_eta_amb()
float fit_las_eta_amb |
( |
float * |
bbp | ) |
|
◆ get_bbp_las()
int get_bbp_las |
( |
l2str * |
l2rec, |
|
|
int |
ip, |
|
|
float |
tab_wave[], |
|
|
float |
tab_bbp[], |
|
|
int |
tab_nwave |
|
) |
| |
◆ get_bbp_las_eta()
float get_bbp_las_eta |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ get_las()
void get_las |
( |
l2str * |
l2rec, |
|
|
l2prodstr * |
p, |
|
|
float |
prod[] |
|
) |
| |
◆ get_R0_Kd()
void get_R0_Kd |
( |
float |
rat, |
|
|
float |
Rrs, |
|
|
float |
wave, |
|
|
float |
solz, |
|
|
float * |
R0, |
|
|
float * |
Kd |
|
) |
| |
◆ iops_las()
void iops_las |
( |
l2str * |
l2rec | ) |
|
◆ las_eta_amb()
double las_eta_amb |
( |
FITSTRUCT * |
ambdata, |
|
|
double |
par[] |
|
) |
| |
◆ las_ran()
int las_ran |
( |
int |
recnum | ) |
|
◆ read_las_tables()
void read_las_tables |
( |
int |
sensorID | ) |
|
◆ run_las()
void run_las |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |