OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Classes

struct  toms_txt_info_struc
 

Macros

#define TOMS_TYP_UNKNOWN   0
 
#define TOMS_TYP_N7TOMS   1
 
#define TOMS_TYP_EPTOMS   2
 
#define TOMS_TYP_OMITOMS   3
 

Functions

int rd_toms_ascii (char *, toms_txt_info_struc *)
 
int fill_smooth (int16_t *, char *, int32_t, int32_t)
 
int field_extend (float *, char *, int, int, int, float *)
 
int mk_ker (float, float **, int *, int *, int *, int *)
 

Macro Definition Documentation

◆ TOMS_TYP_EPTOMS

#define TOMS_TYP_EPTOMS   2

Definition at line 7 of file o3_toms.h.

◆ TOMS_TYP_N7TOMS

#define TOMS_TYP_N7TOMS   1

Definition at line 6 of file o3_toms.h.

◆ TOMS_TYP_OMITOMS

#define TOMS_TYP_OMITOMS   3

Definition at line 8 of file o3_toms.h.

◆ TOMS_TYP_UNKNOWN

#define TOMS_TYP_UNKNOWN   0

Definition at line 5 of file o3_toms.h.

Function Documentation

◆ field_extend()

int field_extend ( float *  ,
char *  ,
int  ,
int  ,
int  ,
float *   
)

Definition at line 95 of file fill_smooth.c.

◆ fill_smooth()

int fill_smooth ( int16_t *  ,
char *  ,
int32_t  ,
int32_t   
)

Definition at line 11 of file fill_smooth.c.

◆ mk_ker()

int mk_ker ( float  ,
float **  ,
int *  ,
int *  ,
int *  ,
int *   
)

Definition at line 265 of file fill_smooth.c.

◆ rd_toms_ascii()

int rd_toms_ascii ( char *  ,
toms_txt_info_struc *   
)

Definition at line 8 of file rd_toms_ascii.c.