|
ocssw
V2022
|
#include "l12_proto.h"Go to the source code of this file.
Macros | |
| #define | MINAWTAB 200 |
| #define | MAXAWTAB 2449 |
| #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) |
Macro Definition Documentation
◆ INTAWTAB
| #define INTAWTAB 1 |
Definition at line 12 of file water_spectra.c.
◆ MAXAWTAB
| #define MAXAWTAB 2449 |
Definition at line 11 of file water_spectra.c.
◆ MINAWTAB
| #define MINAWTAB 200 |
Definition at line 10 of file water_spectra.c.
◆ NAWTAB
Definition at line 13 of file water_spectra.c.
Function Documentation
◆ aw_spectra()
| float aw_spectra | ( | int32_t | wl, |
| int32_t | width | ||
| ) |
Definition at line 105 of file water_spectra.c.
◆ bbw_spectra()
| float bbw_spectra | ( | int32_t | wl, |
| int32_t | width | ||
| ) |
Definition at line 142 of file water_spectra.c.
◆ get_aw_bbw()
| void get_aw_bbw | ( | l2str * | l2rec, |
| float | wave[], | ||
| int | nwave, | ||
| float * | aw, | ||
| float * | bbw | ||
| ) |
Definition at line 179 of file water_spectra.c.
◆ read_water_spectra()
| void read_water_spectra | ( | void | ) |
Definition at line 25 of file water_spectra.c.


