ocssw
V2022
|
get_rhown_nir.c File Reference
#include "l12_proto.h"
Include dependency graph for get_rhown_nir.c:
Go to the source code of this file.
Functions | |
float | above_to_below (float Rrs) |
float | below_to_above (float Rrs) |
void | rhown_red (char *fqfile, float chl, float aw[], float bbw[], float Rrs[], float wave[], int32_t nwave, int32_t ib_red, float rhown[]) |
void | rhown_nir (char *fqfile, float chl, float aw[], float bbw[], float Rrs[], float wave[], int32_t nwave, float solz, float senz, float phi, int32_t nir_s, int32_t nir_l, float rhown[]) |
void | get_rhown_eval (char *fqfile, float Rrs[], float wave[], int32_t nir_s, int32_t nir_l, int32_t nwave, float aw[], float bbw[], float chl, float solz, float senz, float phi, float rhown[]) |
Function Documentation
◆ above_to_below()
float above_to_below | ( | float | Rrs | ) |
Definition at line 8 of file get_rhown_nir.c.
◆ below_to_above()
float below_to_above | ( | float | Rrs | ) |
Definition at line 16 of file get_rhown_nir.c.
◆ get_rhown_eval()
void get_rhown_eval | ( | char * | fqfile, |
float | Rrs[], | ||
float | wave[], | ||
int32_t | nir_s, | ||
int32_t | nir_l, | ||
int32_t | nwave, | ||
float | aw[], | ||
float | bbw[], | ||
float | chl, | ||
float | solz, | ||
float | senz, | ||
float | phi, | ||
float | rhown[] | ||
) |
Definition at line 218 of file get_rhown_nir.c.
◆ rhown_nir()
void rhown_nir | ( | char * | fqfile, |
float | chl, | ||
float | aw[], | ||
float | bbw[], | ||
float | Rrs[], | ||
float | wave[], | ||
int32_t | nwave, | ||
float | solz, | ||
float | senz, | ||
float | phi, | ||
int32_t | nir_s, | ||
int32_t | nir_l, | ||
float | rhown[] | ||
) |
Definition at line 108 of file get_rhown_nir.c.
◆ rhown_red()
void rhown_red | ( | char * | fqfile, |
float | chl, | ||
float | aw[], | ||
float | bbw[], | ||
float | Rrs[], | ||
float | wave[], | ||
int32_t | nwave, | ||
int32_t | ib_red, | ||
float | rhown[] | ||
) |
Definition at line 35 of file get_rhown_nir.c.