OB.DAAC Logo
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 int extractNetCDF(const char* infile, const char* outfile, int spix, int epix,
16  int sscan, int escan, const char* prodlist);
17 
18 #endif /* L2EXTRACT_H_ */
int extractNetCDF(const char *infile, const char *outfile, int spix, int epix, int sscan, int escan, const char *prodlist)
int32 epix
Definition: l1_czcs_hdf.c:23