|
ocssw
1.0
|
#include "l12_proto.h"Go to the source code of this file.
Defines | |
| #define | MINAWTAB 200 |
| #define | MAXAWTAB 2249 |
| #define | INTAWTAB 1 |
| #define | NAWTAB ((MAXAWTAB-MINAWTAB)/INTAWTAB + 1) |
Functions | |
| void | read_water_spectra (void) |
| float | aw_spectra (int32_t wl, int32_t width) |
| float | bbw_spectra (int32_t wl, int32_t width) |
| void | get_aw_bbw (l2str *l2rec, float wave[], int nwave, float *aw, float *bbw) |
| float aw_spectra | ( | int32_t | wl, |
| int32_t | width | ||
| ) |
| float bbw_spectra | ( | int32_t | wl, |
| int32_t | width | ||
| ) |
| void get_aw_bbw | ( | l2str * | l2rec, |
| float | wave[], | ||
| int | nwave, | ||
| float * | aw, | ||
| float * | bbw | ||
| ) |
| void read_water_spectra | ( | void | ) |
1.7.6.1