OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2binmatch_input.h
Go to the documentation of this file.
1 #ifndef L2BINMATCH_INPUT_H
2 #define L2BINMATCH_INPUT_H
3 
4 #include <stdio.h>
5 #include <clo.h>
6 #include "l12_proto.h"
7 #include "input_struc.h"
8 
9 //typedef struct binmatch_input_struct {
10 //
11 // char ifile [FILENAME_MAX];
12 // char ofile [FILENAME_MAX];
13 // char oformat[20]; // output file type
14 // char flaguse[1024];
15 // char input_parms [4096];
16 //
17 // char l2prod[PRODSTRLEN];
18 // char def_l2prod[PRODSTRLEN];
19 // int32_t spixl; /* starting pixel no. of the input (1-rel) */
20 // int32_t epixl; /* ending pixel no. of the input (1-rel) */
21 // int32_t dpixl; /* pixel subsampling increment */
22 // int32_t sline; /* starting line no. of the input (1-rel) */
23 // int32_t eline; /* ending line no. of the input (1-rel) */
24 // int32_t dline; /* line subsampling increment */
25 // int32_t band_shift_opt; /* band fill, 0=lin.interp. 1=bio.opt.band shift */
26 // char tgtfile[FILENAME_MAX]; /* input cal target file */
27 // float vcal_depth; /* vcaltarget depth mask value */
28 // int32_t vcal_min_nbin; /* min # samples in bin to accept */
29 // int32_t vcal_min_nscene; /* min # scenes in bin to accept */
30 // char elevfile [FILENAME_MAX];
31 // int32_t deflate;
32 //
33 //
34 //} binmatch_instr;
35 
38 int l2binmatch_read_options(clo_optionList_t* list, int argc, char* argv[]);
39 int l2binmatch_input(int argc, char **argv, clo_optionList_t* list);
40 
41 #endif
42 
43 
44 
int l2binmatch_init_options(clo_optionList_t *list)
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
int l2binmatch_input(int argc, char **argv, clo_optionList_t *list)
int l2binmatch_read_options(clo_optionList_t *list, int argc, char *argv[])
int l2binmatch_input_init()