NASA Logo
Ocean Color Science Software

ocssw V2022
l2extract.h
Go to the documentation of this file.
1 /*
2  * l2extract.h
3  *
4  * Created on: May 6, 2014
5  * Author: dshea
6  */
7 
8 #ifndef L2EXTRACT_H_
9 #define L2EXTRACT_H_
10 
11 #ifndef BOUNDS_ERROR
12 #define BOUNDS_ERROR 110
13 #endif
14 
15 #include <clo.h>
16 #include <genutils.h>
17 #include "version.h"
18 
20 
21 int extractNetCDF(const char* infile, const char* outfile, int spix, int epix,
22  int sscan, int escan, const char* prodlist, const char* wavelist);
23 
24 int l2extract_init_options(clo_optionList_t* list, const char* softwareVersion);
25 int l2extract_read_options(clo_optionList_t* list, int argc, char* argv[]);
26 
27 #endif /* L2EXTRACT_H_ */
int l2extract_init_options(clo_optionList_t *list, const char *softwareVersion)
int extractNetCDF(const char *infile, const char *outfile, int spix, int epix, int sscan, int escan, const char *prodlist, const char *wavelist)
int l2extract_read_options(clo_optionList_t *list, int argc, char *argv[])
list(APPEND LIBS ${NETCDF_LIBRARIES}) find_package(GSL REQUIRED) include_directories($
Definition: CMakeLists.txt:8
clo_optionList_t * optionList
int32 epix
Definition: l1_czcs_hdf.c:23