NASA Logo
Ocean Color Science Software

ocssw V2022
get_ndvi.h File Reference
#include "l12_proto.h"
Include dependency graph for get_ndvi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

get_ndvi.h

header file for NDVI/EVI

Authors
Jakob Lindo (SSAI)
Date
Feb 2024
void get_ndvi_evi (l1str *l1rec, int prodnum, float prod[])
 

Function Documentation

◆ get_ndvi_evi()

void get_ndvi_evi ( l1str *  l1rec,
int  prodnum,
float  prod[] 
)

Main entry point for getting NDVI/EVI producs.

Parameters
l1recA level 1 record
prodnumA catalogue index indicating the desired product
prodAn array provided by the caller to hold the product

Definition at line 269 of file get_ndvi.c.