OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Functions

float get_chl_ocx (l2str *l2rec, float Rrs[])
 
float chl_oc2 (l2str *l2rec, float Rrs[])
 
float chl_oc3 (l2str *l2rec, float Rrs[])
 
float chl_oc3c (l2str *l2rec, float Rrs[])
 
float chl_oc4 (l2str *l2rec, float Rrs[])
 
float chl_hu (l2str *l2rec, float Rrs[])
 
float chl_oci (l2str *l2rec, float Rrs[])
 
float chl_cdr (l2str *l2rec, float Rrs[])
 
float chl_abi (l2str *l2rec, float nLw[])
 
float get_default_chl (l2str *l2rec, float Rrs[])
 
void get_chl (l2str *l2rec, int prodnum, float prod[])
 

Function Documentation

◆ chl_abi()

float chl_abi ( l2str *  l2rec,
float  nLw[] 
)

Definition at line 346 of file get_chl.c.

◆ chl_cdr()

float chl_cdr ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 278 of file get_chl.c.

◆ chl_hu()

float chl_hu ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 190 of file get_chl.c.

◆ chl_oc2()

float chl_oc2 ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 9 of file get_chl.c.

◆ chl_oc3()

float chl_oc3 ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 51 of file get_chl.c.

◆ chl_oc3c()

float chl_oc3c ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 98 of file get_chl.c.

◆ chl_oc4()

float chl_oc4 ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 140 of file get_chl.c.

◆ chl_oci()

float chl_oci ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 252 of file get_chl.c.

◆ get_chl()

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

Definition at line 462 of file get_chl.c.

◆ get_chl_ocx()

float get_chl_ocx ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 408 of file get_chl.c.

◆ get_default_chl()

float get_default_chl ( l2str *  l2rec,
float  Rrs[] 
)

Definition at line 392 of file get_chl.c.