OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
smigen_input.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "smigen_input.h"
#include "smiinc.h"
#include "palette.h"
#include "genutils.h"
Include dependency graph for smigen_input.c:

Go to the source code of this file.

Functions

int get_item (char *arg, instr *input_str)
 
void set_param_string (instr *input_str)
 
int par_file (char *pfile, instr *input_str)
 
int get_def_l2prod (char *def_file, instr *input_str)
 
int input_init (instr *input_str)
 
int smigen_input (int argc, char **argv, instr *input)
 

Function Documentation

◆ get_def_l2prod()

int get_def_l2prod ( char *  def_file,
instr *  input_str 
)

◆ get_item()

int get_item ( char *  arg,
instr *  input_str 
)

Definition at line 192 of file smigen_input.c.

◆ input_init()

int input_init ( instr *  input_str)

Definition at line 15 of file smigen_input.c.

◆ par_file()

int par_file ( char *  pfile,
instr *  input_str 
)

Definition at line 324 of file smigen_input.c.

◆ set_param_string()

void set_param_string ( instr *  input_str)

Definition at line 138 of file smigen_input.c.

◆ smigen_input()

int smigen_input ( int  argc,
char **  argv,
instr *  input 
)

Definition at line 70 of file smigen_input.c.