#include "l12_proto.h"
#include "nr.h"
#include "nrutil.h"
Go to the source code of this file.
|
void | fuzzy_func_v3 (float *rrs, float **urrs, float ***y3inv, int nclass, int nwts, int df, double *outdata) |
|
void | covariance_inversion (float *rrs_cov, int nclasses, int df, float ***y3inv) |
|
void | run_owt (l2str *l2rec) |
|
float | chl_error (char *fname, float wts[], int nwts, int dclass) |
|
void | optical_water_type (l2str *l2rec, l2prodstr *p, void *vptr) |
|
◆ DEBUG_OWT
Definition at line 5 of file owt.c.
◆ NCLASSES
Definition at line 6 of file owt.c.
◆ NRRS
Definition at line 7 of file owt.c.
◆ NWTS
Definition at line 8 of file owt.c.
◆ chl_error()
float chl_error |
( |
char * |
fname, |
|
|
float |
wts[], |
|
|
int |
nwts, |
|
|
int |
dclass |
|
) |
| |
◆ covariance_inversion()
void covariance_inversion |
( |
float * |
rrs_cov, |
|
|
int |
nclasses, |
|
|
int |
df, |
|
|
float *** |
y3inv |
|
) |
| |
◆ fuzzy_func_v3()
void fuzzy_func_v3 |
( |
float * |
rrs, |
|
|
float ** |
urrs, |
|
|
float *** |
y3inv, |
|
|
int |
nclass, |
|
|
int |
nwts, |
|
|
int |
df, |
|
|
double * |
outdata |
|
) |
| |
◆ optical_water_type()
void optical_water_type |
( |
l2str * |
l2rec, |
|
|
l2prodstr * |
p, |
|
|
void * |
vptr |
|
) |
| |
◆ run_owt()
void run_owt |
( |
l2str * |
l2rec | ) |
|
Definition at line 24 of file owt.c.