NASA Logo
Ocean Color Science Software

ocssw V2022
l2extract_3d_wv.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void get_wv3_indexes (const char *inp_file, const char *wv_list, int **wv_vals_out, int **wv_indexes_out, int *wv_num_to_pass, const char *prod_list)
 

Function Documentation

◆ get_wv3_indexes()

void get_wv3_indexes ( const char *  inp_file,
const char *  wv_list,
int **  wv_vals_out,
int **  wv_indexes_out,
int *  wv_num_to_pass,
const char *  prod_list 
)

Get the wv3 indexes object.

Parameters
inp_file- l2 file to process
wv_list- wv list supplied by the user.
wv_vals- wv values to output
wv_indexes_out- wv indexes to output
prod_list- product list (reserved for the future use)

Definition at line 15 of file l2extract_3d_wv.cpp.