NASA Logo
Ocean Color Science Software

ocssw V2022
l2extract_input.c File Reference
#include "l2extract.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <genutils.h>
#include <clo.h>
#include <dfutils.h>
#include <sensorInfo.h>
#include <unistd.h>
Include dependency graph for l2extract_input.c:

Go to the source code of this file.

Functions

int l2extract_init_options (clo_optionList_t *list, const char *softwareVersion)
 
int getSensorId (const char *fileName)
 
int l2extract_read_options (clo_optionList_t *list, int argc, char *argv[])
 

Function Documentation

◆ getSensorId()

int getSensorId ( const char *  fileName)

Definition at line 53 of file l2extract_input.c.

◆ l2extract_init_options()

int l2extract_init_options ( clo_optionList_t list,
const char *  softwareVersion 
)

add all of the accepted command line options to list

Definition at line 14 of file l2extract_input.c.

◆ l2extract_read_options()

int l2extract_read_options ( clo_optionList_t list,
int  argc,
char *  argv[] 
)

Definition at line 106 of file l2extract_input.c.