OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Classes

struct  cntl_struct
 
struct  clim_struct
 

Macros

#define NPARAMS   11
 
#define NFLAGS   32
 
#define BUFSZ   1000
 
#define MAXVAL   255
 
#define SET   1
 
#define NSAMP   "Pixels per Scan Line"
 
#define NSCANS   "Number of Scan Lines"
 
#define TITLE   "Title"
 
#define DTYPE   "Data Type"
 
#define PERCENTFLAGS   "Flag Percentages"
 
#define GAC   "GAC"
 
#define LAC   "LAC"
 
#define HRPT   "HRPT"
 
#define MASKNAMES   "Mask Names"
 
#define L3FLAGS   "l3_flags"
 
#define fltabs(x)   (x>=0 ? x : -(x))
 

Macro Definition Documentation

◆ BUFSZ

#define BUFSZ   1000

Definition at line 12 of file l3stat.h.

◆ DTYPE

#define DTYPE   "Data Type"

Definition at line 19 of file l3stat.h.

◆ fltabs

#define fltabs (   x)    (x>=0 ? x : -(x))

Definition at line 55 of file l3stat.h.

◆ GAC

#define GAC   "GAC"

Definition at line 22 of file l3stat.h.

◆ HRPT

#define HRPT   "HRPT"

Definition at line 24 of file l3stat.h.

◆ L3FLAGS

#define L3FLAGS   "l3_flags"

Definition at line 27 of file l3stat.h.

◆ LAC

#define LAC   "LAC"

Definition at line 23 of file l3stat.h.

◆ MASKNAMES

#define MASKNAMES   "Mask Names"

Definition at line 26 of file l3stat.h.

◆ MAXVAL

#define MAXVAL   255

Definition at line 13 of file l3stat.h.

◆ NFLAGS

#define NFLAGS   32

Definition at line 11 of file l3stat.h.

◆ NPARAMS

#define NPARAMS   11

Definition at line 10 of file l3stat.h.

◆ NSAMP

#define NSAMP   "Pixels per Scan Line"

Definition at line 16 of file l3stat.h.

◆ NSCANS

#define NSCANS   "Number of Scan Lines"

Definition at line 17 of file l3stat.h.

◆ PERCENTFLAGS

#define PERCENTFLAGS   "Flag Percentages"

Definition at line 20 of file l3stat.h.

◆ SET

#define SET   1

Definition at line 14 of file l3stat.h.

◆ TITLE

#define TITLE   "Title"

Definition at line 18 of file l3stat.h.