OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
DbAlgorithm.h File Reference
#include <DDAlgorithm.h>
#include <DDProcess.h>
#include <DDOptions.h>
#include "deepblue/DbLutNetcdf.h"
#include "deepblue/DbMask.h"
Include dependency graph for DbAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DbAlgorithm
 
class  DbAlgOcean
 
struct  DbAlgOcean::osOut
 
class  DbAlgLand
 
struct  DbAlgLand::lsOut
 

Enumerations

enum  OBANDS_ENUM {
  O488, O550, O670, O865,
  O1240, O1610, O2250, OMAXBAND
}
 
enum  NCBANDS_ENUM { NC412, NC488, NC670, NCMAXBAND }
 
enum  LBANDS_ENUM { OL412, OL488, OL670, LMAXBAND }
 
enum  OMODEL_ENUM {
  DUST, FINE, MARI, MIX,
  BEST, NMODEL
}
 

Enumeration Type Documentation

◆ LBANDS_ENUM

Enumerator
OL412 
OL488 
OL670 
LMAXBAND 

Definition at line 37 of file DbAlgorithm.h.

◆ NCBANDS_ENUM

Enumerator
NC412 
NC488 
NC670 
NCMAXBAND 

Definition at line 30 of file DbAlgorithm.h.

◆ OBANDS_ENUM

Enumerator
O488 
O550 
O670 
O865 
O1240 
O1610 
O2250 
OMAXBAND 

Definition at line 19 of file DbAlgorithm.h.

◆ OMODEL_ENUM

Enumerator
DUST 
FINE 
MARI 
MIX 
BEST 
NMODEL 

Definition at line 44 of file DbAlgorithm.h.