OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_input.h File Reference
#include <stdint.h>
#include <stdio.h>
Include dependency graph for l1_input.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  l1_input_struct
 

Macros

#define L1_PRODSTRLEN   2048
 
#define L1_MAXPROD   1000
 
#define L1_NFLAGS   32
 
#define NBANDSIR   8
 

Functions

float * calloc_nbandsf (int32_t nbands, float *nbarray, float init_val)
 
int32_t * calloc_nbandsi32t (int32_t nbands, int32_t *nbarray, int32_t init_val)
 
int * calloc_nbandsi (int32_t nbands, int *nbarray, int init_val)
 

Variables

l1_input_t * l1_input
 

Macro Definition Documentation

◆ L1_MAXPROD

#define L1_MAXPROD   1000

Definition at line 8 of file l1_input.h.

◆ L1_NFLAGS

#define L1_NFLAGS   32

Definition at line 9 of file l1_input.h.

◆ L1_PRODSTRLEN

#define L1_PRODSTRLEN   2048

Definition at line 7 of file l1_input.h.

◆ NBANDSIR

#define NBANDSIR   8

Definition at line 11 of file l1_input.h.

Function Documentation

◆ calloc_nbandsf()

float* calloc_nbandsf ( int32_t  nbands,
float *  nbarray,
float  init_val 
)

Definition at line 6 of file filehandle_init.c.

◆ calloc_nbandsi()

int* calloc_nbandsi ( int32_t  nbands,
int *  nbarray,
int  init_val 
)

Definition at line 31 of file filehandle_init.c.

◆ calloc_nbandsi32t()

int32_t* calloc_nbandsi32t ( int32_t  nbands,
int32_t *  nbarray,
int32_t  init_val 
)

Definition at line 19 of file filehandle_init.c.

Variable Documentation

◆ l1_input

l1_input_t* l1_input

Definition at line 9 of file l1_options.c.