OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l2stat.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "hdf.h"
#include "mfhdf.h"
Include dependency graph for l2stat.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  flag_struct
 

Macros

#define NPARAMS   12
 
#define NFLAGS   32
 
#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 L2FLAGS   "l2_flags"
 
#define fltabs(x)   (x>=0 ? x : -(x))
 

Macro Definition Documentation

◆ DTYPE

#define DTYPE   "Data Type"

Definition at line 17 of file l2stat.h.

◆ fltabs

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

Definition at line 49 of file l2stat.h.

◆ GAC

#define GAC   "GAC"

Definition at line 20 of file l2stat.h.

◆ HRPT

#define HRPT   "HRPT"

Definition at line 22 of file l2stat.h.

◆ L2FLAGS

#define L2FLAGS   "l2_flags"

Definition at line 25 of file l2stat.h.

◆ LAC

#define LAC   "LAC"

Definition at line 21 of file l2stat.h.

◆ MASKNAMES

#define MASKNAMES   "Mask Names"

Definition at line 24 of file l2stat.h.

◆ NFLAGS

#define NFLAGS   32

Definition at line 12 of file l2stat.h.

◆ NPARAMS

#define NPARAMS   12

Definition at line 11 of file l2stat.h.

◆ NSAMP

#define NSAMP   "Pixels per Scan Line"

Definition at line 14 of file l2stat.h.

◆ NSCANS

#define NSCANS   "Number of Scan Lines"

Definition at line 15 of file l2stat.h.

◆ PERCENTFLAGS

#define PERCENTFLAGS   "Flag Percentages"

Definition at line 18 of file l2stat.h.

◆ TITLE

#define TITLE   "Title"

Definition at line 16 of file l2stat.h.