OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_poc.c File Reference
#include <stdlib.h>
#include <math.h>
#include "l12_proto.h"
Include dependency graph for get_poc.c:

Go to the source code of this file.

Functions

float poc_stramski_443 (float *Rrs, float *wave)
 
float poc_stramski_490 (float *Rrs, float *wave)
 
void get_poc (l2str *l2rec, int prodnum, float prod[])
 

Function Documentation

◆ get_poc()

void get_poc ( l2str *  l2rec,
int  prodnum,
float  prod[] 
)

Definition at line 81 of file get_poc.c.

◆ poc_stramski_443()

float poc_stramski_443 ( float *  Rrs,
float *  wave 
)

Definition at line 9 of file get_poc.c.

◆ poc_stramski_490()

float poc_stramski_490 ( float *  Rrs,
float *  wave 
)

Definition at line 45 of file get_poc.c.