OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
viirs_obc.h
Go to the documentation of this file.
1 /*
2  * File: viirs_obc.h
3  * Author: dshea
4  *
5  * Created on March 31, 2016, 9:28 AM
6  */
7 
8 #ifndef VIIRS_OBC_H
9 #define VIIRS_OBC_H
10 
11 #include <clo.h>
12 #include <VcstParamsReader.h>
13 
14 void viirs_obc_init_options(clo_optionList_t* list, const char* softwareVersion);
15 void viirs_obc_read_options(clo_optionList_t* list, int argc, char* argv[]);
16 
17 #endif /* VIIRS_OBC_H */
18 
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
void viirs_obc_read_options(clo_optionList_t *list, int argc, char *argv[])
void viirs_obc_init_options(clo_optionList_t *list, const char *softwareVersion)