ocssw
V2022
|
get_avw.c
Go to the documentation of this file.
4 * This algorithm returns the weighted harmonic mean of the visible-range (400 – 700 nm) remote sensing reflectance (Rrs) wavelengths,
6 * The AVW is an optical water classification index, representing a one-dimensional geophysical metric that is inherently correlated
10 *Vandermeulen, R. A., Mannino, A., Craig, S.E., Werdell, P.J., 2020: “150 shades of green: Using the full spectrum of remote sensing reflectance
11 * to elucidate color shifts in the ocean,” Remote Sensing of Environment, 247, 111900, https://doi.org/10.1016/j.rse.2020.111900
138 Rrs_avw [nwave_avw]=Rrs[ib] * (l1file->Fonom[ib]*fsol/l2rec->l1rec->Fo[ib])/l2rec->outband_correction[ipb+ib];
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
float avw_cal_multispectral(float *Rrs, float *wave, int nwave)
Definition: get_avw.c:57
@ PRODWARN
void get_Rrs_brightness(l2str *l2rec, float Rrs_brightness[])
Definition: get_avw.c:170
float avw_cal_hypspectral(float *Rrs, float *wave, int nwave)
Definition: get_avw.c:20