OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
DDProcess.h File Reference
#include <math.h>
#include <map>
#include <vector>
#include <netcdf>
#include <DDataset.hpp>
Include dependency graph for DDProcess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DDProcess
 

Enumerations

enum  algorithm {
  VIIRS_LIB, OCI_L1B, DARKTARGET, DEEPBLUE,
  ALLALGS, NOTHING
}
 
enum  rhot_band {
  W410, W445, W490, W550,
  W670, W865, W1240, W1380,
  W1610, W2250, W8550, W11000,
  W12000, MAXRHOTBAND
}
 
enum  aot_band {
  W410, W490, W550, W670,
  W865, W1240, W1610, W2250,
  WMAXAOTBAND
}
 
enum  srf_band {
  W410, W490, W670, W2250,
  WMAXSRFBAND
}
 
enum  SEASON {
  WINTER, SPRING, SUMMER, FALL,
  NEVER
}
 
enum  SENSOR { VIIRS, POCI, NOTHING }
 
enum  LW { OCEAN, LAND, COAST }
 

Enumeration Type Documentation

◆ algorithm

enum algorithm
strong
Enumerator
VIIRS_LIB 
OCI_L1B 
DARKTARGET 
DEEPBLUE 
ALLALGS 
NOTHING 

Definition at line 25 of file DDProcess.h.

◆ aot_band

enum aot_band
strong
Enumerator
W410 
W490 
W550 
W670 
W865 
W1240 
W1610 
W2250 
WMAXAOTBAND 

Definition at line 51 of file DDProcess.h.

◆ LW

enum LW
strong
Enumerator
OCEAN 
LAND 
COAST 

Definition at line 88 of file DDProcess.h.

◆ rhot_band

enum rhot_band
strong
Enumerator
W410 
W445 
W490 
W550 
W670 
W865 
W1240 
W1380 
W1610 
W2250 
W8550 
W11000 
W12000 
MAXRHOTBAND 

Definition at line 34 of file DDProcess.h.

◆ SEASON

enum SEASON
strong
Enumerator
WINTER 
SPRING 
SUMMER 
FALL 
NEVER 

Definition at line 72 of file DDProcess.h.

◆ SENSOR

enum SENSOR
strong
Enumerator
VIIRS 
POCI 
NOTHING 

Definition at line 81 of file DDProcess.h.

◆ srf_band

enum srf_band
strong
Enumerator
W410 
W490 
W670 
W2250 
WMAXSRFBAND 

Definition at line 63 of file DDProcess.h.