OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
geolocate_viirs.h
Go to the documentation of this file.
1 /*
2  * File: calibrate_viirs.h
3  * Author: dshea
4  *
5  * Created on March 31, 2016, 9:28 AM
6  */
7 
8 #ifndef GEOLOCATE_VIIRS_H
9 #define GEOLOCATE_VIIRS_H
10 
11 #include <clo.h>
12 #include <VcstParamsReader.h>
13 
14 void geolocate_viirs_init_options(clo_optionList_t* list, const char* softwareVersion);
15 void geolocate_viirs_read_options(clo_optionList_t* list, int argc, char* argv[]);
16 
17 #endif /* GEOLOCATE_VIIRS_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 geolocate_viirs_init_options(clo_optionList_t *list, const char *softwareVersion)
void geolocate_viirs_read_options(clo_optionList_t *list, int argc, char *argv[])