NASA Logo
Ocean Color Science Software

ocssw V2022
l2extract_3d_wv.h
Go to the documentation of this file.
1 #ifndef L2EXTRACT_3D_WV_H
2 #define L2EXTRACT_3D_WV_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void get_wv3_indexes(const char *inp_file, const char *wv_list,
8  int **wv_vals_out, int **wv_indexes_out,
9  int *wv_num_to_pass, const char *prod_list);
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
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.