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>
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 667 of file msl12_input.c.
◆ l2gen_load_input()
int l2gen_load_input | ( | clo_optionList_t * | list, |
instr * | input, | ||
int32_t | nbands | ||
) |
Definition at line 1576 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 1391 of file msl12_input.c.
◆ l2gen_usage()
int l2gen_usage | ( | const char * | prog | ) |
Definition at line 4254 of file msl12_input.c.
◆ msl12_input()
int msl12_input | ( | int | argc, |
char * | argv[], | ||
const char * | progName, | ||
filehandle * | l1file | ||
) |
Definition at line 4201 of file msl12_input.c.
◆ msl12_input_defaults()
int msl12_input_defaults | ( | filehandle * | l1file | ) |
Definition at line 4225 of file msl12_input.c.
◆ msl12_input_init()
void msl12_input_init | ( | ) |
Definition at line 485 of file msl12_input.c.
◆ msl12_input_nbands_init()
void msl12_input_nbands_init | ( | instr * | input, |
int32_t | nbands | ||
) |
Definition at line 452 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 2850 of file msl12_input.c.
Variable Documentation
◆ defaermodels
char defaermodels[][32] |
Definition at line 21 of file msl12_input.c.
◆ defnaermodels
int defnaermodels = 80 |
Definition at line 20 of file msl12_input.c.
◆ input
instr* input |
Definition at line 18 of file msl12_input.c.