OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_avw.c File Reference
#include "l12_proto.h"
Include dependency graph for get_avw.c:

Go to the source code of this file.

Functions

float avw_cal_hypspectral (float *Rrs, float *wave, int nwave)
 
float avw_cal_multispectral (float *Rrs, float *wave, int nwave)
 
void get_avw (l2str *l2rec, float avw[])
 
void get_Rrs_brightness (l2str *l2rec, float Rrs_brightness[])
 
void get_lambda_max (l2str *l2rec, float lambda_max[])
 

Function Documentation

◆ avw_cal_hypspectral()

float avw_cal_hypspectral ( float *  Rrs,
float *  wave,
int  nwave 
)

Definition at line 20 of file get_avw.c.

◆ avw_cal_multispectral()

float avw_cal_multispectral ( float *  Rrs,
float *  wave,
int  nwave 
)

Definition at line 57 of file get_avw.c.

◆ get_avw()

void get_avw ( l2str *  l2rec,
float  avw[] 
)

Definition at line 80 of file get_avw.c.

◆ get_lambda_max()

void get_lambda_max ( l2str *  l2rec,
float  lambda_max[] 
)

Definition at line 226 of file get_avw.c.

◆ get_Rrs_brightness()

void get_Rrs_brightness ( l2str *  l2rec,
float  Rrs_brightness[] 
)

Definition at line 170 of file get_avw.c.