|
ocssw
V2022
|
#include "l12_proto.h"#include <l1.h>#include <string.h>#include <clo.h>#include <sensorInfo.h>#include <assert.h>#include <strings.h>#include "version.h"#include <sys/types.h>#include <dirent.h>#include "wavelength_3d.h"Go to the source code of this file.
Functions | |
| void | msl12_input_nbands_init (instr *input, int32_t nbands) |
| void | msl12_input_init () |
| int | l2gen_init_options (clo_optionList_t *list, const char *prog) |
| int | l2gen_read_options (clo_optionList_t *list, char *progName, int argc, char *argv[], filehandle *l1file) |
| int | l2gen_load_input (clo_optionList_t *list, instr *input, int32_t nbands) |
| int | msl12_option_input (int argc, char **argv, clo_optionList_t *list, char *progName, filehandle *l1file) |
| int | msl12_input (int argc, char *argv[], const char *progName, filehandle *l1file) |
| int | msl12_input_defaults (filehandle *l1file) |
| int | l2gen_usage (const char *prog) |
Variables | |
| instr * | input |
| int | defnaermodels = 80 |
| char | defaermodels [][32] |
Function Documentation
◆ l2gen_init_options()
| int l2gen_init_options | ( | clo_optionList_t * | list, |
| const char * | prog | ||
| ) |
add all of the accepted command line options to list
Definition at line 680 of file msl12_input.c.
◆ l2gen_load_input()
| int l2gen_load_input | ( | clo_optionList_t * | list, |
| instr * | input, | ||
| int32_t | nbands | ||
| ) |
Definition at line 1562 of file msl12_input.c.
◆ l2gen_read_options()
| int l2gen_read_options | ( | clo_optionList_t * | list, |
| char * | progName, | ||
| int | argc, | ||
| char * | argv[], | ||
| filehandle * | l1file | ||
| ) |
Definition at line 1377 of file msl12_input.c.
◆ l2gen_usage()
| int l2gen_usage | ( | const char * | prog | ) |
Definition at line 4414 of file msl12_input.c.
◆ msl12_input()
| int msl12_input | ( | int | argc, |
| char * | argv[], | ||
| const char * | progName, | ||
| filehandle * | l1file | ||
| ) |
Definition at line 4359 of file msl12_input.c.
◆ msl12_input_defaults()
| int msl12_input_defaults | ( | filehandle * | l1file | ) |
Definition at line 4385 of file msl12_input.c.
◆ msl12_input_init()
| void msl12_input_init | ( | ) |
Definition at line 495 of file msl12_input.c.
◆ msl12_input_nbands_init()
| void msl12_input_nbands_init | ( | instr * | input, |
| int32_t | nbands | ||
| ) |
Definition at line 465 of file msl12_input.c.
◆ msl12_option_input()
| int msl12_option_input | ( | int | argc, |
| char ** | argv, | ||
| clo_optionList_t * | list, | ||
| char * | progName, | ||
| filehandle * | l1file | ||
| ) |
Definition at line 2933 of file msl12_input.c.
Variable Documentation
◆ defaermodels
| char defaermodels[][32] |
Definition at line 20 of file msl12_input.c.
◆ defnaermodels
| int defnaermodels = 80 |
Definition at line 19 of file msl12_input.c.
◆ input
| instr* input |
Definition at line 17 of file msl12_input.c.


