NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Functions

get_cci

Calculate a chlorophyll-carotenoid index at in red and green spectra. [Gamon], J. A., Huemmrich, K. F., Wong, C. Y., Ensminger, I., Garrity, S., Hollinger, D. Y., Noormets, A., and PeƱuelas, J., A remotely sensed pigment index reveals photosynthetic phenology in evergreen conifers. Proceedings of the National Academy of Sciences, 113(46), 13087-13092, doi.org/10.1073/pnas.1606162113, (2016)

Parameters
l1recA level one file
cciAn array into which the result of calculation will be stored
void calculate_cci (l1str *l1rec, float cci[])
 
void get_cci (l1str *l1rec, float cci[])
 

Function Documentation

◆ calculate_cci()

void calculate_cci ( l1str *  l1rec,
float  cci[] 
)

Definition at line 35 of file get_cci.c.

◆ get_cci()

void get_cci ( l1str *  l1rec,
float  cci[] 
)

Definition at line 73 of file get_cci.c.